Shades of Deep Pink #FC0078
Tints of Deep Pink #FC0078
RGB
CMYK
RGB Variations
Color information
#FC0078 (or 0xFC0078) is known color: Deep Pink. HEX triplet: FC, 00 and 78. RGB value is (252,0,120). Sum of RGB (Red+Green+Blue) = 252+0+120=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0078 is #03FF87. Grayscale: #585858. Windows color (decimal): -262024 or 7864572. OLE color: 7864572.
HSL color Cylindrical-coordinate representation of color #FC0078: hue angle of 331.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0078 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.52 | 0.01 |
| HSL | 331.43º | 1% | 0.49% | - |
| HSV(B) | 331.43º | 1% | 0.99% | - |
| XYZ | 43.54 | 22.05 | 19.73 | - |
| YUV | 89.03 | 145.49 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 120 | 0 | 1 | 0.52 | 0.01 | 331.43 | 1 | 0.49 |
| Hex | FC | 0 | 78 | 0 | 64 | 34 | 1 | 14B | 64 | 31 |
| Octal | 374 | 0 | 170 | 0 | 144 | 64 | 1 | 513 | 144 | 61 |
| Binary | 11111100 | 0 | 1111000 | 0 | 1100100 | 110100 | 1 | 101001011 | 1100100 | 110001 |
Color Harmonies of #FC0078
Complementary color
Monochromatic Colors of #FC0078
Black with #FC0078
Text Example
Text Example
White with #FC0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0078; }
p { color: rgb(252,0,120); }
H1.HeaderClassName
{
color: #FC0078;
}
.AnyTagClassName
{
color: #FC0078;
}
</style>
background-color css
<style>
a { background-color: #FC0078; }
a { background-color: rgb(252,0,120); }
div.DivClassName
{
background-color: #FC0078;
}
.BgClassName
{
background-color: #FC0078;
}
</style>
border-color css
<style>
span { border-color: #FC0078; }
span { border-color: rgb(252,0,120); }
td.TdClassName
{
border-color: #FC0078;
}
.TagClassName
{
border-color: #FC0078;
}
</style>