Shades of Deep Pink #F11188
Tints of Deep Pink #F11188
RGB
CMYK
RGB Variations
Color information
#F11188 (or 0xF11188) is known color: Deep Pink. HEX triplet: F1, 11 and 88. RGB value is (241,17,136). Sum of RGB (Red+Green+Blue) = 241+17+136=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F11188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11188 is #0EEE77. Grayscale: #616161. Windows color (decimal): -978552 or 8917489. OLE color: 8917489.
HSL color Cylindrical-coordinate representation of color #F11188: hue angle of 328.12º 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 #F11188 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 136 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.13º | 0.89% | 0.51% | - |
| HSV(B) | 328.13º | 0.93% | 0.95% | - |
| XYZ | 40.92 | 20.88 | 25.17 | - |
| YUV | 97.54 | 149.71 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 136 | 0 | 0.93 | 0.44 | 0.05 | 328.13 | 0.89 | 0.51 |
| Hex | F1 | 11 | 88 | 0 | 5D | 2C | 5 | 148 | 59 | 33 |
| Octal | 361 | 21 | 210 | 0 | 135 | 54 | 5 | 510 | 131 | 63 |
| Binary | 11110001 | 10001 | 10001000 | 0 | 1011101 | 101100 | 101 | 101001000 | 1011001 | 110011 |
Color Harmonies of #F11188
Complementary color
Monochromatic Colors of #F11188
Black with #F11188
Text Example
Text Example
White with #F11188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11188; }
p { color: rgb(241,17,136); }
H1.HeaderClassName
{
color: #F11188;
}
.AnyTagClassName
{
color: #F11188;
}
</style>
background-color css
<style>
a { background-color: #F11188; }
a { background-color: rgb(241,17,136); }
div.DivClassName
{
background-color: #F11188;
}
.BgClassName
{
background-color: #F11188;
}
</style>
border-color css
<style>
span { border-color: #F11188; }
span { border-color: rgb(241,17,136); }
td.TdClassName
{
border-color: #F11188;
}
.TagClassName
{
border-color: #F11188;
}
</style>