Shades of Deep Pink #FC0678
Tints of Deep Pink #FC0678
RGB
CMYK
RGB Variations
Color information
#FC0678 (or 0xFC0678) is known color: Deep Pink. HEX triplet: FC, 06 and 78. RGB value is (252,6,120). Sum of RGB (Red+Green+Blue) = 252+6+120=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0678 is #03F987. Grayscale: #5C5C5C. Windows color (decimal): -260488 or 7866108. OLE color: 7866108.
HSL color Cylindrical-coordinate representation of color #FC0678: hue angle of 332.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0678 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 120 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.01 |
| HSL | 332.2º | 0.98% | 0.51% | - |
| HSV(B) | 332.2º | 0.98% | 0.99% | - |
| XYZ | 43.6 | 22.18 | 19.75 | - |
| YUV | 92.55 | 143.5 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 120 | 0 | 0.98 | 0.52 | 0.01 | 332.2 | 0.98 | 0.51 |
| Hex | FC | 6 | 78 | 0 | 62 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 6 | 170 | 0 | 142 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 110 | 1111000 | 0 | 1100010 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC0678
Complementary color
Monochromatic Colors of #FC0678
Black with #FC0678
Text Example
Text Example
White with #FC0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0678; }
p { color: rgb(252,6,120); }
H1.HeaderClassName
{
color: #FC0678;
}
.AnyTagClassName
{
color: #FC0678;
}
</style>
background-color css
<style>
a { background-color: #FC0678; }
a { background-color: rgb(252,6,120); }
div.DivClassName
{
background-color: #FC0678;
}
.BgClassName
{
background-color: #FC0678;
}
</style>
border-color css
<style>
span { border-color: #FC0678; }
span { border-color: rgb(252,6,120); }
td.TdClassName
{
border-color: #FC0678;
}
.TagClassName
{
border-color: #FC0678;
}
</style>