Shades of Deep Pink #F11489
Tints of Deep Pink #F11489
RGB
CMYK
RGB Variations
Color information
#F11489 (or 0xF11489) is known color: Deep Pink. HEX triplet: F1, 14 and 89. RGB value is (241,20,137). Sum of RGB (Red+Green+Blue) = 241+20+137=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11489 is #0EEB76. Grayscale: #636363. Windows color (decimal): -977783 or 8983793. OLE color: 8983793.
HSL color Cylindrical-coordinate representation of color #F11489: hue angle of 328.24º 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 #F11489 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 137 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.05 |
| HSL | 328.24º | 0.89% | 0.51% | - |
| HSV(B) | 328.24º | 0.92% | 0.95% | - |
| XYZ | 41.04 | 21.01 | 25.56 | - |
| YUV | 99.42 | 149.22 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 137 | 0 | 0.92 | 0.43 | 0.05 | 328.24 | 0.89 | 0.51 |
| Hex | F1 | 14 | 89 | 0 | 5C | 2B | 5 | 148 | 59 | 33 |
| Octal | 361 | 24 | 211 | 0 | 134 | 53 | 5 | 510 | 131 | 63 |
| Binary | 11110001 | 10100 | 10001001 | 0 | 1011100 | 101011 | 101 | 101001000 | 1011001 | 110011 |
Color Harmonies of #F11489
Complementary color
Monochromatic Colors of #F11489
Black with #F11489
Text Example
Text Example
White with #F11489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11489; }
p { color: rgb(241,20,137); }
H1.HeaderClassName
{
color: #F11489;
}
.AnyTagClassName
{
color: #F11489;
}
</style>
background-color css
<style>
a { background-color: #F11489; }
a { background-color: rgb(241,20,137); }
div.DivClassName
{
background-color: #F11489;
}
.BgClassName
{
background-color: #F11489;
}
</style>
border-color css
<style>
span { border-color: #F11489; }
span { border-color: rgb(241,20,137); }
td.TdClassName
{
border-color: #F11489;
}
.TagClassName
{
border-color: #F11489;
}
</style>