Shades of Deep Pink #FC1097
Tints of Deep Pink #FC1097
RGB
CMYK
RGB Variations
Color information
#FC1097 (or 0xFC1097) is known color: Deep Pink. HEX triplet: FC, 10 and 97. RGB value is (252,16,151). Sum of RGB (Red+Green+Blue) = 252+16+151=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1097 is #03EF68. Grayscale: #656565. Windows color (decimal): -257897 or 9900284. OLE color: 9900284.
HSL color Cylindrical-coordinate representation of color #FC1097: hue angle of 325.68º 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 #FC1097 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 151 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.01 |
| HSL | 325.68º | 0.98% | 0.53% | - |
| HSV(B) | 325.68º | 0.94% | 0.99% | - |
| XYZ | 45.92 | 23.3 | 31.36 | - |
| YUV | 101.95 | 155.69 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 151 | 0 | 0.94 | 0.40 | 0.01 | 325.68 | 0.98 | 0.53 |
| Hex | FC | 10 | 97 | 0 | 5E | 28 | 1 | 146 | 62 | 35 |
| Octal | 374 | 20 | 227 | 0 | 136 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111100 | 10000 | 10010111 | 0 | 1011110 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FC1097
Complementary color
Monochromatic Colors of #FC1097
Black with #FC1097
Text Example
Text Example
White with #FC1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1097; }
p { color: rgb(252,16,151); }
H1.HeaderClassName
{
color: #FC1097;
}
.AnyTagClassName
{
color: #FC1097;
}
</style>
background-color css
<style>
a { background-color: #FC1097; }
a { background-color: rgb(252,16,151); }
div.DivClassName
{
background-color: #FC1097;
}
.BgClassName
{
background-color: #FC1097;
}
</style>
border-color css
<style>
span { border-color: #FC1097; }
span { border-color: rgb(252,16,151); }
td.TdClassName
{
border-color: #FC1097;
}
.TagClassName
{
border-color: #FC1097;
}
</style>