Shades of Deep Pink #FC027F
Tints of Deep Pink #FC027F
RGB
CMYK
RGB Variations
Color information
#FC027F (or 0xFC027F) is known color: Deep Pink. HEX triplet: FC, 02 and 7F. RGB value is (252,2,127). Sum of RGB (Red+Green+Blue) = 252+2+127=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC027F is #03FD80. Grayscale: #5A5A5A. Windows color (decimal): -261505 or 8323836. OLE color: 8323836.
HSL color Cylindrical-coordinate representation of color #FC027F: hue angle of 330º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC027F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.01 |
| HSL | 330º | 0.98% | 0.5% | - |
| HSV(B) | 330º | 0.99% | 0.99% | - |
| XYZ | 44 | 22.27 | 22.06 | - |
| YUV | 91 | 148.33 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 127 | 0 | 0.99 | 0.50 | 0.01 | 330 | 0.98 | 0.5 |
| Hex | FC | 2 | 7F | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 374 | 2 | 177 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 10 | 1111111 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC027F
Complementary color
Monochromatic Colors of #FC027F
Black with #FC027F
Text Example
Text Example
White with #FC027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC027F; }
p { color: rgb(252,2,127); }
H1.HeaderClassName
{
color: #FC027F;
}
.AnyTagClassName
{
color: #FC027F;
}
</style>
background-color css
<style>
a { background-color: #FC027F; }
a { background-color: rgb(252,2,127); }
div.DivClassName
{
background-color: #FC027F;
}
.BgClassName
{
background-color: #FC027F;
}
</style>
border-color css
<style>
span { border-color: #FC027F; }
span { border-color: rgb(252,2,127); }
td.TdClassName
{
border-color: #FC027F;
}
.TagClassName
{
border-color: #FC027F;
}
</style>