Shades of Deep Pink #FC0278
Tints of Deep Pink #FC0278
RGB
CMYK
RGB Variations
Color information
#FC0278 (or 0xFC0278) is known color: Deep Pink. HEX triplet: FC, 02 and 78. RGB value is (252,2,120). Sum of RGB (Red+Green+Blue) = 252+2+120=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0278 is #03FD87. Grayscale: #595959. Windows color (decimal): -261512 or 7865084. OLE color: 7865084.
HSL color Cylindrical-coordinate representation of color #FC0278: hue angle of 331.68º 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 #FC0278 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.01 |
| HSL | 331.68º | 0.98% | 0.5% | - |
| HSV(B) | 331.68º | 0.99% | 0.99% | - |
| XYZ | 43.56 | 22.09 | 19.74 | - |
| YUV | 90.2 | 144.83 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 120 | 0 | 0.99 | 0.52 | 0.01 | 331.68 | 0.98 | 0.5 |
| Hex | FC | 2 | 78 | 0 | 63 | 34 | 1 | 14C | 62 | 32 |
| Octal | 374 | 2 | 170 | 0 | 143 | 64 | 1 | 514 | 142 | 62 |
| Binary | 11111100 | 10 | 1111000 | 0 | 1100011 | 110100 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FC0278
Complementary color
Monochromatic Colors of #FC0278
Black with #FC0278
Text Example
Text Example
White with #FC0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0278; }
p { color: rgb(252,2,120); }
H1.HeaderClassName
{
color: #FC0278;
}
.AnyTagClassName
{
color: #FC0278;
}
</style>
background-color css
<style>
a { background-color: #FC0278; }
a { background-color: rgb(252,2,120); }
div.DivClassName
{
background-color: #FC0278;
}
.BgClassName
{
background-color: #FC0278;
}
</style>
border-color css
<style>
span { border-color: #FC0278; }
span { border-color: rgb(252,2,120); }
td.TdClassName
{
border-color: #FC0278;
}
.TagClassName
{
border-color: #FC0278;
}
</style>