Shades of Deep Pink #FC018E
Tints of Deep Pink #FC018E
RGB
CMYK
RGB Variations
Color information
#FC018E (or 0xFC018E) is known color: Deep Pink. HEX triplet: FC, 01 and 8E. RGB value is (252,1,142). Sum of RGB (Red+Green+Blue) = 252+1+142=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC018E is #03FE71. Grayscale: #5B5B5B. Windows color (decimal): -261746 or 9306620. OLE color: 9306620.
HSL color Cylindrical-coordinate representation of color #FC018E: hue angle of 326.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC018E is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.01 |
| HSL | 326.29º | 0.99% | 0.5% | - |
| HSV(B) | 326.29º | 1% | 0.99% | - |
| XYZ | 45.04 | 22.67 | 27.59 | - |
| YUV | 92.12 | 156.16 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 142 | 0 | 1.00 | 0.44 | 0.01 | 326.29 | 0.99 | 0.5 |
| Hex | FC | 1 | 8E | 0 | 64 | 2C | 1 | 146 | 63 | 32 |
| Octal | 374 | 1 | 216 | 0 | 144 | 54 | 1 | 506 | 143 | 62 |
| Binary | 11111100 | 1 | 10001110 | 0 | 1100100 | 101100 | 1 | 101000110 | 1100011 | 110010 |
Color Harmonies of #FC018E
Complementary color
Monochromatic Colors of #FC018E
Black with #FC018E
Text Example
Text Example
White with #FC018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC018E; }
p { color: rgb(252,1,142); }
H1.HeaderClassName
{
color: #FC018E;
}
.AnyTagClassName
{
color: #FC018E;
}
</style>
background-color css
<style>
a { background-color: #FC018E; }
a { background-color: rgb(252,1,142); }
div.DivClassName
{
background-color: #FC018E;
}
.BgClassName
{
background-color: #FC018E;
}
</style>
border-color css
<style>
span { border-color: #FC018E; }
span { border-color: rgb(252,1,142); }
td.TdClassName
{
border-color: #FC018E;
}
.TagClassName
{
border-color: #FC018E;
}
</style>