Shades of Deep Pink #FC027D
Tints of Deep Pink #FC027D
RGB
CMYK
RGB Variations
Color information
#FC027D (or 0xFC027D) is known color: Deep Pink. HEX triplet: FC, 02 and 7D. RGB value is (252,2,125). Sum of RGB (Red+Green+Blue) = 252+2+125=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC027D is #03FD82. Grayscale: #5A5A5A. Windows color (decimal): -261507 or 8192764. OLE color: 8192764.
HSL color Cylindrical-coordinate representation of color #FC027D: hue angle of 330.48º 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 #FC027D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.01 |
| HSL | 330.48º | 0.98% | 0.5% | - |
| HSV(B) | 330.48º | 0.99% | 0.99% | - |
| XYZ | 43.87 | 22.22 | 21.38 | - |
| YUV | 90.77 | 147.33 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 125 | 0 | 0.99 | 0.50 | 0.01 | 330.48 | 0.98 | 0.5 |
| Hex | FC | 2 | 7D | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 374 | 2 | 175 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 10 | 1111101 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC027D
Complementary color
Monochromatic Colors of #FC027D
Black with #FC027D
Text Example
Text Example
White with #FC027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC027D; }
p { color: rgb(252,2,125); }
H1.HeaderClassName
{
color: #FC027D;
}
.AnyTagClassName
{
color: #FC027D;
}
</style>
background-color css
<style>
a { background-color: #FC027D; }
a { background-color: rgb(252,2,125); }
div.DivClassName
{
background-color: #FC027D;
}
.BgClassName
{
background-color: #FC027D;
}
</style>
border-color css
<style>
span { border-color: #FC027D; }
span { border-color: rgb(252,2,125); }
td.TdClassName
{
border-color: #FC027D;
}
.TagClassName
{
border-color: #FC027D;
}
</style>