Shades of Deep Pink #F11A99
Tints of Deep Pink #F11A99
RGB
CMYK
RGB Variations
Color information
#F11A99 (or 0xF11A99) is known color: Deep Pink. HEX triplet: F1, 1A and 99. RGB value is (241,26,153). Sum of RGB (Red+Green+Blue) = 241+26+153=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A99 is #0EE566. Grayscale: #686868. Windows color (decimal): -976231 or 10033905. OLE color: 10033905.
HSL color Cylindrical-coordinate representation of color #F11A99: hue angle of 324.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A99 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 153 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.05 |
| HSL | 324.56º | 0.88% | 0.52% | - |
| HSV(B) | 324.56º | 0.89% | 0.95% | - |
| XYZ | 42.39 | 21.74 | 32.1 | - |
| YUV | 104.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 153 | 0 | 0.89 | 0.37 | 0.05 | 324.56 | 0.88 | 0.52 |
| Hex | F1 | 1A | 99 | 0 | 59 | 25 | 5 | 145 | 58 | 34 |
| Octal | 361 | 32 | 231 | 0 | 131 | 45 | 5 | 505 | 130 | 64 |
| Binary | 11110001 | 11010 | 10011001 | 0 | 1011001 | 100101 | 101 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F11A99
Complementary color
Monochromatic Colors of #F11A99
Black with #F11A99
Text Example
Text Example
White with #F11A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A99; }
p { color: rgb(241,26,153); }
H1.HeaderClassName
{
color: #F11A99;
}
.AnyTagClassName
{
color: #F11A99;
}
</style>
background-color css
<style>
a { background-color: #F11A99; }
a { background-color: rgb(241,26,153); }
div.DivClassName
{
background-color: #F11A99;
}
.BgClassName
{
background-color: #F11A99;
}
</style>
border-color css
<style>
span { border-color: #F11A99; }
span { border-color: rgb(241,26,153); }
td.TdClassName
{
border-color: #F11A99;
}
.TagClassName
{
border-color: #F11A99;
}
</style>