Shades of Deep Pink #F11688
Tints of Deep Pink #F11688
RGB
CMYK
RGB Variations
Color information
#F11688 (or 0xF11688) is known color: Deep Pink. HEX triplet: F1, 16 and 88. RGB value is (241,22,136). Sum of RGB (Red+Green+Blue) = 241+22+136=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F11688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11688 is #0EE977. Grayscale: #646464. Windows color (decimal): -977272 or 8918769. OLE color: 8918769.
HSL color Cylindrical-coordinate representation of color #F11688: hue angle of 328.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11688 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 136 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.05 |
| HSL | 328.77º | 0.89% | 0.52% | - |
| HSV(B) | 328.77º | 0.91% | 0.95% | - |
| XYZ | 41.01 | 21.05 | 25.19 | - |
| YUV | 100.48 | 148.05 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 136 | 0 | 0.91 | 0.44 | 0.05 | 328.77 | 0.89 | 0.52 |
| Hex | F1 | 16 | 88 | 0 | 5B | 2C | 5 | 149 | 59 | 34 |
| Octal | 361 | 26 | 210 | 0 | 133 | 54 | 5 | 511 | 131 | 64 |
| Binary | 11110001 | 10110 | 10001000 | 0 | 1011011 | 101100 | 101 | 101001001 | 1011001 | 110100 |
Color Harmonies of #F11688
Complementary color
Monochromatic Colors of #F11688
Black with #F11688
Text Example
Text Example
White with #F11688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11688; }
p { color: rgb(241,22,136); }
H1.HeaderClassName
{
color: #F11688;
}
.AnyTagClassName
{
color: #F11688;
}
</style>
background-color css
<style>
a { background-color: #F11688; }
a { background-color: rgb(241,22,136); }
div.DivClassName
{
background-color: #F11688;
}
.BgClassName
{
background-color: #F11688;
}
</style>
border-color css
<style>
span { border-color: #F11688; }
span { border-color: rgb(241,22,136); }
td.TdClassName
{
border-color: #F11688;
}
.TagClassName
{
border-color: #F11688;
}
</style>