Shades of Deep Pink #F11994
Tints of Deep Pink #F11994
RGB
CMYK
RGB Variations
Color information
#F11994 (or 0xF11994) is known color: Deep Pink. HEX triplet: F1, 19 and 94. RGB value is (241,25,148). Sum of RGB (Red+Green+Blue) = 241+25+148=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F11994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11994 is #0EE66B. Grayscale: #676767. Windows color (decimal): -976492 or 9705969. OLE color: 9705969.
HSL color Cylindrical-coordinate representation of color #F11994: hue angle of 325.83º 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 #F11994 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.05 |
| HSL | 325.83º | 0.89% | 0.52% | - |
| HSV(B) | 325.83º | 0.9% | 0.95% | - |
| XYZ | 41.97 | 21.53 | 29.96 | - |
| YUV | 103.61 | 153.06 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 148 | 0 | 0.90 | 0.39 | 0.05 | 325.83 | 0.89 | 0.52 |
| Hex | F1 | 19 | 94 | 0 | 5A | 27 | 5 | 146 | 59 | 34 |
| Octal | 361 | 31 | 224 | 0 | 132 | 47 | 5 | 506 | 131 | 64 |
| Binary | 11110001 | 11001 | 10010100 | 0 | 1011010 | 100111 | 101 | 101000110 | 1011001 | 110100 |
Color Harmonies of #F11994
Complementary color
Monochromatic Colors of #F11994
Black with #F11994
Text Example
Text Example
White with #F11994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11994; }
p { color: rgb(241,25,148); }
H1.HeaderClassName
{
color: #F11994;
}
.AnyTagClassName
{
color: #F11994;
}
</style>
background-color css
<style>
a { background-color: #F11994; }
a { background-color: rgb(241,25,148); }
div.DivClassName
{
background-color: #F11994;
}
.BgClassName
{
background-color: #F11994;
}
</style>
border-color css
<style>
span { border-color: #F11994; }
span { border-color: rgb(241,25,148); }
td.TdClassName
{
border-color: #F11994;
}
.TagClassName
{
border-color: #F11994;
}
</style>