Shades of Deep Pink #F1199D
Tints of Deep Pink #F1199D
RGB
CMYK
RGB Variations
Color information
#F1199D (or 0xF1199D) is known color: Deep Pink. HEX triplet: F1, 19 and 9D. RGB value is (241,25,157). Sum of RGB (Red+Green+Blue) = 241+25+157=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F1199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1199D is #0EE662. Grayscale: #686868. Windows color (decimal): -976483 or 10295793. OLE color: 10295793.
HSL color Cylindrical-coordinate representation of color #F1199D: hue angle of 323.33º 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 #F1199D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 157 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.33º | 0.89% | 0.52% | - |
| HSV(B) | 323.33º | 0.9% | 0.95% | - |
| XYZ | 42.71 | 21.83 | 33.86 | - |
| YUV | 104.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 157 | 0 | 0.90 | 0.35 | 0.05 | 323.33 | 0.89 | 0.52 |
| Hex | F1 | 19 | 9D | 0 | 5A | 23 | 5 | 143 | 59 | 34 |
| Octal | 361 | 31 | 235 | 0 | 132 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110001 | 11001 | 10011101 | 0 | 1011010 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F1199D
Complementary color
Monochromatic Colors of #F1199D
Black with #F1199D
Text Example
Text Example
White with #F1199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1199D; }
p { color: rgb(241,25,157); }
H1.HeaderClassName
{
color: #F1199D;
}
.AnyTagClassName
{
color: #F1199D;
}
</style>
background-color css
<style>
a { background-color: #F1199D; }
a { background-color: rgb(241,25,157); }
div.DivClassName
{
background-color: #F1199D;
}
.BgClassName
{
background-color: #F1199D;
}
</style>
border-color css
<style>
span { border-color: #F1199D; }
span { border-color: rgb(241,25,157); }
td.TdClassName
{
border-color: #F1199D;
}
.TagClassName
{
border-color: #F1199D;
}
</style>