Shades of Deep Pink #FC1792
Tints of Deep Pink #FC1792
RGB
CMYK
RGB Variations
Color information
#FC1792 (or 0xFC1792) is known color: Deep Pink. HEX triplet: FC, 17 and 92. RGB value is (252,23,146). Sum of RGB (Red+Green+Blue) = 252+23+146=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1792 is #03E86D. Grayscale: #696969. Windows color (decimal): -256110 or 9574396. OLE color: 9574396.
HSL color Cylindrical-coordinate representation of color #FC1792: hue angle of 327.77º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1792 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.01 |
| HSL | 327.77º | 0.97% | 0.54% | - |
| HSV(B) | 327.77º | 0.91% | 0.99% | - |
| XYZ | 45.64 | 23.38 | 29.3 | - |
| YUV | 105.49 | 150.87 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 146 | 0 | 0.91 | 0.42 | 0.01 | 327.77 | 0.97 | 0.54 |
| Hex | FC | 17 | 92 | 0 | 5B | 2A | 1 | 148 | 61 | 36 |
| Octal | 374 | 27 | 222 | 0 | 133 | 52 | 1 | 510 | 141 | 66 |
| Binary | 11111100 | 10111 | 10010010 | 0 | 1011011 | 101010 | 1 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FC1792
Complementary color
Monochromatic Colors of #FC1792
Black with #FC1792
Text Example
Text Example
White with #FC1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1792; }
p { color: rgb(252,23,146); }
H1.HeaderClassName
{
color: #FC1792;
}
.AnyTagClassName
{
color: #FC1792;
}
</style>
background-color css
<style>
a { background-color: #FC1792; }
a { background-color: rgb(252,23,146); }
div.DivClassName
{
background-color: #FC1792;
}
.BgClassName
{
background-color: #FC1792;
}
</style>
border-color css
<style>
span { border-color: #FC1792; }
span { border-color: rgb(252,23,146); }
td.TdClassName
{
border-color: #FC1792;
}
.TagClassName
{
border-color: #FC1792;
}
</style>