Shades of Deep Pink #F1199C
Tints of Deep Pink #F1199C
RGB
CMYK
RGB Variations
Color information
#F1199C (or 0xF1199C) is known color: Deep Pink. HEX triplet: F1, 19 and 9C. RGB value is (241,25,156). Sum of RGB (Red+Green+Blue) = 241+25+156=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1199C is #0EE663. Grayscale: #686868. Windows color (decimal): -976484 or 10230257. OLE color: 10230257.
HSL color Cylindrical-coordinate representation of color #F1199C: hue angle of 323.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1199C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.61º | 0.89% | 0.52% | - |
| HSV(B) | 323.61º | 0.9% | 0.95% | - |
| XYZ | 42.62 | 21.8 | 33.41 | - |
| YUV | 104.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 156 | 0 | 0.90 | 0.35 | 0.05 | 323.61 | 0.89 | 0.52 |
| Hex | F1 | 19 | 9C | 0 | 5A | 23 | 5 | 144 | 59 | 34 |
| Octal | 361 | 31 | 234 | 0 | 132 | 43 | 5 | 504 | 131 | 64 |
| Binary | 11110001 | 11001 | 10011100 | 0 | 1011010 | 100011 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F1199C
Complementary color
Monochromatic Colors of #F1199C
Black with #F1199C
Text Example
Text Example
White with #F1199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1199C; }
p { color: rgb(241,25,156); }
H1.HeaderClassName
{
color: #F1199C;
}
.AnyTagClassName
{
color: #F1199C;
}
</style>
background-color css
<style>
a { background-color: #F1199C; }
a { background-color: rgb(241,25,156); }
div.DivClassName
{
background-color: #F1199C;
}
.BgClassName
{
background-color: #F1199C;
}
</style>
border-color css
<style>
span { border-color: #F1199C; }
span { border-color: rgb(241,25,156); }
td.TdClassName
{
border-color: #F1199C;
}
.TagClassName
{
border-color: #F1199C;
}
</style>