Shades of Deep Pink #FC0798
Tints of Deep Pink #FC0798
RGB
CMYK
RGB Variations
Color information
#FC0798 (or 0xFC0798) is known color: Deep Pink. HEX triplet: FC, 07 and 98. RGB value is (252,7,152). Sum of RGB (Red+Green+Blue) = 252+7+152=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0798 is #03F867. Grayscale: #606060. Windows color (decimal): -260200 or 9963516. OLE color: 9963516.
HSL color Cylindrical-coordinate representation of color #FC0798: hue angle of 324.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0798 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.01 |
| HSL | 324.49º | 0.98% | 0.51% | - |
| HSV(B) | 324.49º | 0.97% | 0.99% | - |
| XYZ | 45.89 | 23.11 | 31.75 | - |
| YUV | 96.79 | 159.17 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 152 | 0 | 0.97 | 0.40 | 0.01 | 324.49 | 0.98 | 0.51 |
| Hex | FC | 7 | 98 | 0 | 61 | 28 | 1 | 144 | 62 | 33 |
| Octal | 374 | 7 | 230 | 0 | 141 | 50 | 1 | 504 | 142 | 63 |
| Binary | 11111100 | 111 | 10011000 | 0 | 1100001 | 101000 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FC0798
Complementary color
Monochromatic Colors of #FC0798
Black with #FC0798
Text Example
Text Example
White with #FC0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0798; }
p { color: rgb(252,7,152); }
H1.HeaderClassName
{
color: #FC0798;
}
.AnyTagClassName
{
color: #FC0798;
}
</style>
background-color css
<style>
a { background-color: #FC0798; }
a { background-color: rgb(252,7,152); }
div.DivClassName
{
background-color: #FC0798;
}
.BgClassName
{
background-color: #FC0798;
}
</style>
border-color css
<style>
span { border-color: #FC0798; }
span { border-color: rgb(252,7,152); }
td.TdClassName
{
border-color: #FC0798;
}
.TagClassName
{
border-color: #FC0798;
}
</style>