Shades of Deep Pink #FC208E
Tints of Deep Pink #FC208E
RGB
CMYK
RGB Variations
Color information
#FC208E (or 0xFC208E) is known color: Deep Pink. HEX triplet: FC, 20 and 8E. RGB value is (252,32,142). Sum of RGB (Red+Green+Blue) = 252+32+142=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC208E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC208E is #03DF71. Grayscale: #6E6E6E. Windows color (decimal): -253810 or 9314556. OLE color: 9314556.
HSL color Cylindrical-coordinate representation of color #FC208E: hue angle of 330º 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 #FC208E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 142 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.01 |
| HSL | 330º | 0.97% | 0.56% | - |
| HSV(B) | 330º | 0.87% | 0.99% | - |
| XYZ | 45.54 | 23.68 | 27.76 | - |
| YUV | 110.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 142 | 0 | 0.87 | 0.44 | 0.01 | 330 | 0.97 | 0.56 |
| Hex | FC | 20 | 8E | 0 | 57 | 2C | 1 | 14A | 61 | 38 |
| Octal | 374 | 40 | 216 | 0 | 127 | 54 | 1 | 512 | 141 | 70 |
| Binary | 11111100 | 100000 | 10001110 | 0 | 1010111 | 101100 | 1 | 101001010 | 1100001 | 111000 |
Color Harmonies of #FC208E
Complementary color
Monochromatic Colors of #FC208E
Black with #FC208E
Text Example
Text Example
White with #FC208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC208E; }
p { color: rgb(252,32,142); }
H1.HeaderClassName
{
color: #FC208E;
}
.AnyTagClassName
{
color: #FC208E;
}
</style>
background-color css
<style>
a { background-color: #FC208E; }
a { background-color: rgb(252,32,142); }
div.DivClassName
{
background-color: #FC208E;
}
.BgClassName
{
background-color: #FC208E;
}
</style>
border-color css
<style>
span { border-color: #FC208E; }
span { border-color: rgb(252,32,142); }
td.TdClassName
{
border-color: #FC208E;
}
.TagClassName
{
border-color: #FC208E;
}
</style>