COLOR #FF75E3

HEX: #FF75E3
RGB: (255,117,227)

Color info

#FF75E3 contains mainly red and blue colors. Web safe color of #FF75E3 is #FF66CC (or #F6C).

RGB color model

#FF75E3 color RGB value is (255,117,227).

  • red value is 255;
  • green value is 117;
  • blue value is 227.
RGB:
(255,117,227)
(100%,46%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 117 of 255 = 46%
B 227 of 255 = 89%

255
117
227

R + G + B ~ 78%. #FF75E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 117 + 227 = 599 (100%)
R 255 of 599 ~ 42.57%
G 117 of 599 ~ 19.53%
B 227 of 599 ~ 37.9%

%42.57
%19.53
%37.9

CMYK color model

#FF75E3 color CMYK value is (0,54,11,0).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,54,11,0)
C0M54Y11K0 
(0%,54%,11%,0%)
(0.00/0.54/0.11/0.00)	

CMYK percentages

%0
%54.12
%10.98
%0

Codes

Color #FF75E3 in popluar color models

FF75E3
RGB255117227
HSL312°100.00%72.94%
HSB/HSV312°54.12%100.00%
CMYK0.00%54.12%10.98%
0.00%

Color #FF75E3 in popluar number systems.

HEXFF75E3
Decimal255117227
Binary11111111111010111100011
Octal377165343

Shades and tints

Shades of #FF75E3

#FF75E3
(255,117,227)
#E86BCF
(232,107,207)
#D161BB
(209,97,187)
#BA57A7
(186,87,167)
#A34D93
(163,77,147)
#8C437F
(140,67,127)
#75396B
(117,57,107)
#5E2F57
(94,47,87)
#472543
(71,37,67)
#301B2F
(48,27,47)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #FF75E3

#FF75E3
(255,117,227)
#FF81E5
(255,129,229)
#FF8DE7
(255,141,231)
#FF99E9
(255,153,233)
#FFA5EB
(255,165,235)
#FFB1ED
(255,177,237)
#FFBDEF
(255,189,239)
#FFC9F1
(255,201,241)
#FFD5F3
(255,213,243)
#FFE1F5
(255,225,245)
#FFEDF7
(255,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF75E3 color. Also use rgb(255,117,227) instead hex code.

Text Font Color

.myTextColor { color: #FF75E3; }

<p style="color:#FF75E3">This sample text font color is #FF75E3.</p>

This text font color is #FF75E3.


Background Color

.myBgColor { background-color: #FF75E3; }

<div style="background-color:#FF75E3">Inner text</div>

This div background color is #FF75E3.


Border color

.myBorderColor { border: 1px solid #FF75E3; }

<div style="border:3px solid #FF75E3">Div</div>

This div border color is #FF75E3.


Opacity

.myOpacity80 { color: #FF75E3; opacity: 0.8; }

<p style="color:#FF75E3;opacity:0.8;">80%</p>

Text with #FF75E3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF75E3;}

<p style="text-shadow: 3px 3px 1px #FF75E3">Text here.</p>

This text has shadow with #FF75E3 color.

.textShadow {text-shadow: 3px 3px 1px #FF75E3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF75E3, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF75E3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF75E3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF75E3, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF75E3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF75E3;
  -webkit-box-shadow:	1px 1px 3px 2px #FF75E3;
  box-shadow:		1px 1px 3px 2px #FF75E3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF75E3;
-webkit-box-shadow: 1px 1px 3px 2px #FF75E3;
box-shadow:1px 1px 3px 2px #FF75E3;">
Div content here</div>
This div box has shadow with color #FF75E3.

Preview

Color preview on black background

This text has color #FF75E3 on black background.


Color preview on white background

This text has color #FF75E3 on white background.



Black color preview on #FF75E3 background

This text has black color on #FF75E3 background.


White color preview on #FF75E3 background

This text has white color on #FF75E3 background.