Shades of Deep Pink #F11488
Tints of Deep Pink #F11488
RGB
CMYK
RGB Variations
Color information
#F11488 (or 0xF11488) is known color: Deep Pink. HEX triplet: F1, 14 and 88. RGB value is (241,20,136). Sum of RGB (Red+Green+Blue) = 241+20+136=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F11488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11488 is #0EEB77. Grayscale: #636363. Windows color (decimal): -977784 or 8918257. OLE color: 8918257.
HSL color Cylindrical-coordinate representation of color #F11488: hue angle of 328.51º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11488 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 136 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.05 |
| HSL | 328.51º | 0.89% | 0.51% | - |
| HSV(B) | 328.51º | 0.92% | 0.95% | - |
| XYZ | 40.97 | 20.98 | 25.18 | - |
| YUV | 99.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 136 | 0 | 0.92 | 0.44 | 0.05 | 328.51 | 0.89 | 0.51 |
| Hex | F1 | 14 | 88 | 0 | 5C | 2C | 5 | 149 | 59 | 33 |
| Octal | 361 | 24 | 210 | 0 | 134 | 54 | 5 | 511 | 131 | 63 |
| Binary | 11110001 | 10100 | 10001000 | 0 | 1011100 | 101100 | 101 | 101001001 | 1011001 | 110011 |
Color Harmonies of #F11488
Complementary color
Monochromatic Colors of #F11488
Black with #F11488
Text Example
Text Example
White with #F11488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11488; }
p { color: rgb(241,20,136); }
H1.HeaderClassName
{
color: #F11488;
}
.AnyTagClassName
{
color: #F11488;
}
</style>
background-color css
<style>
a { background-color: #F11488; }
a { background-color: rgb(241,20,136); }
div.DivClassName
{
background-color: #F11488;
}
.BgClassName
{
background-color: #F11488;
}
</style>
border-color css
<style>
span { border-color: #F11488; }
span { border-color: rgb(241,20,136); }
td.TdClassName
{
border-color: #F11488;
}
.TagClassName
{
border-color: #F11488;
}
</style>