Shades of Deep Pink #F11192
Tints of Deep Pink #F11192
RGB
CMYK
RGB Variations
Color information
#F11192 (or 0xF11192) is known color: Deep Pink. HEX triplet: F1, 11 and 92. RGB value is (241,17,146). Sum of RGB (Red+Green+Blue) = 241+17+146=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F11192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11192 is #0EEE6D. Grayscale: #626262. Windows color (decimal): -978542 or 9572849. OLE color: 9572849.
HSL color Cylindrical-coordinate representation of color #F11192: hue angle of 325.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11192 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 146 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 325.45º | 0.89% | 0.51% | - |
| HSV(B) | 325.45º | 0.93% | 0.95% | - |
| XYZ | 41.66 | 21.18 | 29.09 | - |
| YUV | 98.68 | 154.71 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 146 | 0 | 0.93 | 0.39 | 0.05 | 325.45 | 0.89 | 0.51 |
| Hex | F1 | 11 | 92 | 0 | 5D | 27 | 5 | 145 | 59 | 33 |
| Octal | 361 | 21 | 222 | 0 | 135 | 47 | 5 | 505 | 131 | 63 |
| Binary | 11110001 | 10001 | 10010010 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011001 | 110011 |
Color Harmonies of #F11192
Complementary color
Monochromatic Colors of #F11192
Black with #F11192
Text Example
Text Example
White with #F11192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11192; }
p { color: rgb(241,17,146); }
H1.HeaderClassName
{
color: #F11192;
}
.AnyTagClassName
{
color: #F11192;
}
</style>
background-color css
<style>
a { background-color: #F11192; }
a { background-color: rgb(241,17,146); }
div.DivClassName
{
background-color: #F11192;
}
.BgClassName
{
background-color: #F11192;
}
</style>
border-color css
<style>
span { border-color: #F11192; }
span { border-color: rgb(241,17,146); }
td.TdClassName
{
border-color: #F11192;
}
.TagClassName
{
border-color: #F11192;
}
</style>