Shades of Deep Pink #FC1099
Tints of Deep Pink #FC1099
RGB
CMYK
RGB Variations
Color information
#FC1099 (or 0xFC1099) is known color: Deep Pink. HEX triplet: FC, 10 and 99. RGB value is (252,16,153). Sum of RGB (Red+Green+Blue) = 252+16+153=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1099 is #03EF66. Grayscale: #656565. Windows color (decimal): -257895 or 10031356. OLE color: 10031356.
HSL color Cylindrical-coordinate representation of color #FC1099: hue angle of 325.17º 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 #FC1099 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 153 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.01 |
| HSL | 325.17º | 0.98% | 0.53% | - |
| HSV(B) | 325.17º | 0.94% | 0.99% | - |
| XYZ | 46.08 | 23.37 | 32.22 | - |
| YUV | 102.18 | 156.69 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 153 | 0 | 0.94 | 0.39 | 0.01 | 325.17 | 0.98 | 0.53 |
| Hex | FC | 10 | 99 | 0 | 5E | 27 | 1 | 145 | 62 | 35 |
| Octal | 374 | 20 | 231 | 0 | 136 | 47 | 1 | 505 | 142 | 65 |
| Binary | 11111100 | 10000 | 10011001 | 0 | 1011110 | 100111 | 1 | 101000101 | 1100010 | 110101 |
Color Harmonies of #FC1099
Complementary color
Monochromatic Colors of #FC1099
Black with #FC1099
Text Example
Text Example
White with #FC1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1099; }
p { color: rgb(252,16,153); }
H1.HeaderClassName
{
color: #FC1099;
}
.AnyTagClassName
{
color: #FC1099;
}
</style>
background-color css
<style>
a { background-color: #FC1099; }
a { background-color: rgb(252,16,153); }
div.DivClassName
{
background-color: #FC1099;
}
.BgClassName
{
background-color: #FC1099;
}
</style>
border-color css
<style>
span { border-color: #FC1099; }
span { border-color: rgb(252,16,153); }
td.TdClassName
{
border-color: #FC1099;
}
.TagClassName
{
border-color: #FC1099;
}
</style>