Shades of Deep Pink #F11289
Tints of Deep Pink #F11289
RGB
CMYK
RGB Variations
Color information
#F11289 (or 0xF11289) is known color: Deep Pink. HEX triplet: F1, 12 and 89. RGB value is (241,18,137). Sum of RGB (Red+Green+Blue) = 241+18+137=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F11289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11289 is #0EED76. Grayscale: #616161. Windows color (decimal): -978295 or 8983281. OLE color: 8983281.
HSL color Cylindrical-coordinate representation of color #F11289: hue angle of 327.98º 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 #F11289 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 137 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 327.98º | 0.89% | 0.51% | - |
| HSV(B) | 327.98º | 0.93% | 0.95% | - |
| XYZ | 41.01 | 20.94 | 25.55 | - |
| YUV | 98.24 | 149.88 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 137 | 0 | 0.93 | 0.43 | 0.05 | 327.98 | 0.89 | 0.51 |
| Hex | F1 | 12 | 89 | 0 | 5D | 2B | 5 | 148 | 59 | 33 |
| Octal | 361 | 22 | 211 | 0 | 135 | 53 | 5 | 510 | 131 | 63 |
| Binary | 11110001 | 10010 | 10001001 | 0 | 1011101 | 101011 | 101 | 101001000 | 1011001 | 110011 |
Color Harmonies of #F11289
Complementary color
Monochromatic Colors of #F11289
Black with #F11289
Text Example
Text Example
White with #F11289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11289; }
p { color: rgb(241,18,137); }
H1.HeaderClassName
{
color: #F11289;
}
.AnyTagClassName
{
color: #F11289;
}
</style>
background-color css
<style>
a { background-color: #F11289; }
a { background-color: rgb(241,18,137); }
div.DivClassName
{
background-color: #F11289;
}
.BgClassName
{
background-color: #F11289;
}
</style>
border-color css
<style>
span { border-color: #F11289; }
span { border-color: rgb(241,18,137); }
td.TdClassName
{
border-color: #F11289;
}
.TagClassName
{
border-color: #F11289;
}
</style>