Shades of Deep Pink #F11088
Tints of Deep Pink #F11088
RGB
CMYK
RGB Variations
Color information
#F11088 (or 0xF11088) is known color: Deep Pink. HEX triplet: F1, 10 and 88. RGB value is (241,16,136). Sum of RGB (Red+Green+Blue) = 241+16+136=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11088 is #0EEF77. Grayscale: #606060. Windows color (decimal): -978808 or 8917233. OLE color: 8917233.
HSL color Cylindrical-coordinate representation of color #F11088: hue angle of 328º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11088 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 136 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328º | 0.89% | 0.5% | - |
| HSV(B) | 328º | 0.93% | 0.95% | - |
| XYZ | 40.9 | 20.85 | 25.16 | - |
| YUV | 96.96 | 150.04 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 136 | 0 | 0.93 | 0.44 | 0.05 | 328 | 0.89 | 0.5 |
| Hex | F1 | 10 | 88 | 0 | 5D | 2C | 5 | 148 | 59 | 32 |
| Octal | 361 | 20 | 210 | 0 | 135 | 54 | 5 | 510 | 131 | 62 |
| Binary | 11110001 | 10000 | 10001000 | 0 | 1011101 | 101100 | 101 | 101001000 | 1011001 | 110010 |
Color Harmonies of #F11088
Complementary color
Monochromatic Colors of #F11088
Black with #F11088
Text Example
Text Example
White with #F11088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11088; }
p { color: rgb(241,16,136); }
H1.HeaderClassName
{
color: #F11088;
}
.AnyTagClassName
{
color: #F11088;
}
</style>
background-color css
<style>
a { background-color: #F11088; }
a { background-color: rgb(241,16,136); }
div.DivClassName
{
background-color: #F11088;
}
.BgClassName
{
background-color: #F11088;
}
</style>
border-color css
<style>
span { border-color: #F11088; }
span { border-color: rgb(241,16,136); }
td.TdClassName
{
border-color: #F11088;
}
.TagClassName
{
border-color: #F11088;
}
</style>