Shades of Deep Pink #F11089
Tints of Deep Pink #F11089
RGB
CMYK
RGB Variations
Color information
#F11089 (or 0xF11089) is known color: Deep Pink. HEX triplet: F1, 10 and 89. RGB value is (241,16,137). Sum of RGB (Red+Green+Blue) = 241+16+137=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F11089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11089 is #0EEF76. Grayscale: #606060. Windows color (decimal): -978807 or 8982769. OLE color: 8982769.
HSL color Cylindrical-coordinate representation of color #F11089: hue angle of 327.73º 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 #F11089 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 327.73º | 0.89% | 0.5% | - |
| HSV(B) | 327.73º | 0.93% | 0.95% | - |
| XYZ | 40.98 | 20.88 | 25.54 | - |
| YUV | 97.07 | 150.54 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 137 | 0 | 0.93 | 0.43 | 0.05 | 327.73 | 0.89 | 0.5 |
| Hex | F1 | 10 | 89 | 0 | 5D | 2B | 5 | 148 | 59 | 32 |
| Octal | 361 | 20 | 211 | 0 | 135 | 53 | 5 | 510 | 131 | 62 |
| Binary | 11110001 | 10000 | 10001001 | 0 | 1011101 | 101011 | 101 | 101001000 | 1011001 | 110010 |
Color Harmonies of #F11089
Complementary color
Monochromatic Colors of #F11089
Black with #F11089
Text Example
Text Example
White with #F11089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11089; }
p { color: rgb(241,16,137); }
H1.HeaderClassName
{
color: #F11089;
}
.AnyTagClassName
{
color: #F11089;
}
</style>
background-color css
<style>
a { background-color: #F11089; }
a { background-color: rgb(241,16,137); }
div.DivClassName
{
background-color: #F11089;
}
.BgClassName
{
background-color: #F11089;
}
</style>
border-color css
<style>
span { border-color: #F11089; }
span { border-color: rgb(241,16,137); }
td.TdClassName
{
border-color: #F11089;
}
.TagClassName
{
border-color: #F11089;
}
</style>