Shades of Deep Pink #FC1195
Tints of Deep Pink #FC1195
RGB
CMYK
RGB Variations
Color information
#FC1195 (or 0xFC1195) is known color: Deep Pink. HEX triplet: FC, 11 and 95. RGB value is (252,17,149). Sum of RGB (Red+Green+Blue) = 252+17+149=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1195 is #03EE6A. Grayscale: #666666. Windows color (decimal): -257643 or 9769468. OLE color: 9769468.
HSL color Cylindrical-coordinate representation of color #FC1195: hue angle of 326.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1195 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.01 |
| HSL | 326.3º | 0.98% | 0.53% | - |
| HSV(B) | 326.3º | 0.93% | 0.99% | - |
| XYZ | 45.77 | 23.27 | 30.51 | - |
| YUV | 102.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 149 | 0 | 0.93 | 0.41 | 0.01 | 326.3 | 0.98 | 0.53 |
| Hex | FC | 11 | 95 | 0 | 5D | 29 | 1 | 146 | 62 | 35 |
| Octal | 374 | 21 | 225 | 0 | 135 | 51 | 1 | 506 | 142 | 65 |
| Binary | 11111100 | 10001 | 10010101 | 0 | 1011101 | 101001 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FC1195
Complementary color
Monochromatic Colors of #FC1195
Black with #FC1195
Text Example
Text Example
White with #FC1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1195; }
p { color: rgb(252,17,149); }
H1.HeaderClassName
{
color: #FC1195;
}
.AnyTagClassName
{
color: #FC1195;
}
</style>
background-color css
<style>
a { background-color: #FC1195; }
a { background-color: rgb(252,17,149); }
div.DivClassName
{
background-color: #FC1195;
}
.BgClassName
{
background-color: #FC1195;
}
</style>
border-color css
<style>
span { border-color: #FC1195; }
span { border-color: rgb(252,17,149); }
td.TdClassName
{
border-color: #FC1195;
}
.TagClassName
{
border-color: #FC1195;
}
</style>