Shades of Deep Pink #FC217E
Tints of Deep Pink #FC217E
RGB
CMYK
RGB Variations
Color information
#FC217E (or 0xFC217E) is known color: Deep Pink. HEX triplet: FC, 21 and 7E. RGB value is (252,33,126). Sum of RGB (Red+Green+Blue) = 252+33+126=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC217E is #03DE81. Grayscale: #6C6C6C. Windows color (decimal): -253570 or 8266236. OLE color: 8266236.
HSL color Cylindrical-coordinate representation of color #FC217E: hue angle of 334.52º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC217E is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 126 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.01 |
| HSL | 334.52º | 0.97% | 0.56% | - |
| HSV(B) | 334.52º | 0.87% | 0.99% | - |
| XYZ | 44.45 | 23.29 | 21.89 | - |
| YUV | 109.08 | 137.55 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 126 | 0 | 0.87 | 0.5 | 0.01 | 334.52 | 0.97 | 0.56 |
| Hex | FC | 21 | 7E | 0 | 57 | 32 | 1 | 14F | 61 | 38 |
| Octal | 374 | 41 | 176 | 0 | 127 | 62 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100001 | 1111110 | 0 | 1010111 | 110010 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC217E
Complementary color
Monochromatic Colors of #FC217E
Black with #FC217E
Text Example
Text Example
White with #FC217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC217E; }
p { color: rgb(252,33,126); }
H1.HeaderClassName
{
color: #FC217E;
}
.AnyTagClassName
{
color: #FC217E;
}
</style>
background-color css
<style>
a { background-color: #FC217E; }
a { background-color: rgb(252,33,126); }
div.DivClassName
{
background-color: #FC217E;
}
.BgClassName
{
background-color: #FC217E;
}
</style>
border-color css
<style>
span { border-color: #FC217E; }
span { border-color: rgb(252,33,126); }
td.TdClassName
{
border-color: #FC217E;
}
.TagClassName
{
border-color: #FC217E;
}
</style>