Shades of Deep Pink #FC1878
Tints of Deep Pink #FC1878
RGB
CMYK
RGB Variations
Color information
#FC1878 (or 0xFC1878) is known color: Deep Pink. HEX triplet: FC, 18 and 78. RGB value is (252,24,120). Sum of RGB (Red+Green+Blue) = 252+24+120=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1878 is #03E787. Grayscale: #666666. Windows color (decimal): -255880 or 7870716. OLE color: 7870716.
HSL color Cylindrical-coordinate representation of color #FC1878: hue angle of 334.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1878 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.01 |
| HSL | 334.74º | 0.97% | 0.54% | - |
| HSV(B) | 334.74º | 0.9% | 0.99% | - |
| XYZ | 43.86 | 22.7 | 19.84 | - |
| YUV | 103.12 | 137.54 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 120 | 0 | 0.90 | 0.52 | 0.01 | 334.74 | 0.97 | 0.54 |
| Hex | FC | 18 | 78 | 0 | 5A | 34 | 1 | 14F | 61 | 36 |
| Octal | 374 | 30 | 170 | 0 | 132 | 64 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 11000 | 1111000 | 0 | 1011010 | 110100 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1878
Complementary color
Monochromatic Colors of #FC1878
Black with #FC1878
Text Example
Text Example
White with #FC1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1878; }
p { color: rgb(252,24,120); }
H1.HeaderClassName
{
color: #FC1878;
}
.AnyTagClassName
{
color: #FC1878;
}
</style>
background-color css
<style>
a { background-color: #FC1878; }
a { background-color: rgb(252,24,120); }
div.DivClassName
{
background-color: #FC1878;
}
.BgClassName
{
background-color: #FC1878;
}
</style>
border-color css
<style>
span { border-color: #FC1878; }
span { border-color: rgb(252,24,120); }
td.TdClassName
{
border-color: #FC1878;
}
.TagClassName
{
border-color: #FC1878;
}
</style>