Shades of Deep Pink #FC1092
Tints of Deep Pink #FC1092
RGB
CMYK
RGB Variations
Color information
#FC1092 (or 0xFC1092) is known color: Deep Pink. HEX triplet: FC, 10 and 92. RGB value is (252,16,146). Sum of RGB (Red+Green+Blue) = 252+16+146=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1092 is #03EF6D. Grayscale: #656565. Windows color (decimal): -257902 or 9572604. OLE color: 9572604.
HSL color Cylindrical-coordinate representation of color #FC1092: hue angle of 326.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1092 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 146 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.01 |
| HSL | 326.95º | 0.98% | 0.53% | - |
| HSV(B) | 326.95º | 0.94% | 0.99% | - |
| XYZ | 45.52 | 23.14 | 29.26 | - |
| YUV | 101.38 | 153.19 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 146 | 0 | 0.94 | 0.42 | 0.01 | 326.95 | 0.98 | 0.53 |
| Hex | FC | 10 | 92 | 0 | 5E | 2A | 1 | 147 | 62 | 35 |
| Octal | 374 | 20 | 222 | 0 | 136 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10000 | 10010010 | 0 | 1011110 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1092
Complementary color
Monochromatic Colors of #FC1092
Black with #FC1092
Text Example
Text Example
White with #FC1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1092; }
p { color: rgb(252,16,146); }
H1.HeaderClassName
{
color: #FC1092;
}
.AnyTagClassName
{
color: #FC1092;
}
</style>
background-color css
<style>
a { background-color: #FC1092; }
a { background-color: rgb(252,16,146); }
div.DivClassName
{
background-color: #FC1092;
}
.BgClassName
{
background-color: #FC1092;
}
</style>
border-color css
<style>
span { border-color: #FC1092; }
span { border-color: rgb(252,16,146); }
td.TdClassName
{
border-color: #FC1092;
}
.TagClassName
{
border-color: #FC1092;
}
</style>