Shades of Deep Pink #FC0792
Tints of Deep Pink #FC0792
RGB
CMYK
RGB Variations
Color information
#FC0792 (or 0xFC0792) is known color: Deep Pink. HEX triplet: FC, 07 and 92. RGB value is (252,7,146). Sum of RGB (Red+Green+Blue) = 252+7+146=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0792 is #03F86D. Grayscale: #5F5F5F. Windows color (decimal): -260206 or 9570300. OLE color: 9570300.
HSL color Cylindrical-coordinate representation of color #FC0792: hue angle of 325.96º 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 #FC0792 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.01 |
| HSL | 325.96º | 0.98% | 0.51% | - |
| HSV(B) | 325.96º | 0.97% | 0.99% | - |
| XYZ | 45.41 | 22.92 | 29.23 | - |
| YUV | 96.1 | 156.17 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 146 | 0 | 0.97 | 0.42 | 0.01 | 325.96 | 0.98 | 0.51 |
| Hex | FC | 7 | 92 | 0 | 61 | 2A | 1 | 146 | 62 | 33 |
| Octal | 374 | 7 | 222 | 0 | 141 | 52 | 1 | 506 | 142 | 63 |
| Binary | 11111100 | 111 | 10010010 | 0 | 1100001 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FC0792
Complementary color
Monochromatic Colors of #FC0792
Black with #FC0792
Text Example
Text Example
White with #FC0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0792; }
p { color: rgb(252,7,146); }
H1.HeaderClassName
{
color: #FC0792;
}
.AnyTagClassName
{
color: #FC0792;
}
</style>
background-color css
<style>
a { background-color: #FC0792; }
a { background-color: rgb(252,7,146); }
div.DivClassName
{
background-color: #FC0792;
}
.BgClassName
{
background-color: #FC0792;
}
</style>
border-color css
<style>
span { border-color: #FC0792; }
span { border-color: rgb(252,7,146); }
td.TdClassName
{
border-color: #FC0792;
}
.TagClassName
{
border-color: #FC0792;
}
</style>