Shades of Deep Pink #F11887
Tints of Deep Pink #F11887
RGB
CMYK
RGB Variations
Color information
#F11887 (or 0xF11887) is known color: Deep Pink. HEX triplet: F1, 18 and 87. RGB value is (241,24,135). Sum of RGB (Red+Green+Blue) = 241+24+135=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F11887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11887 is #0EE778. Grayscale: #656565. Windows color (decimal): -976761 or 8853745. OLE color: 8853745.
HSL color Cylindrical-coordinate representation of color #F11887: hue angle of 329.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11887 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 135 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.05 |
| HSL | 329.31º | 0.89% | 0.52% | - |
| HSV(B) | 329.31º | 0.9% | 0.95% | - |
| XYZ | 40.98 | 21.1 | 24.84 | - |
| YUV | 101.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 135 | 0 | 0.90 | 0.44 | 0.05 | 329.31 | 0.89 | 0.52 |
| Hex | F1 | 18 | 87 | 0 | 5A | 2C | 5 | 149 | 59 | 34 |
| Octal | 361 | 30 | 207 | 0 | 132 | 54 | 5 | 511 | 131 | 64 |
| Binary | 11110001 | 11000 | 10000111 | 0 | 1011010 | 101100 | 101 | 101001001 | 1011001 | 110100 |
Color Harmonies of #F11887
Complementary color
Monochromatic Colors of #F11887
Black with #F11887
Text Example
Text Example
White with #F11887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11887; }
p { color: rgb(241,24,135); }
H1.HeaderClassName
{
color: #F11887;
}
.AnyTagClassName
{
color: #F11887;
}
</style>
background-color css
<style>
a { background-color: #F11887; }
a { background-color: rgb(241,24,135); }
div.DivClassName
{
background-color: #F11887;
}
.BgClassName
{
background-color: #F11887;
}
</style>
border-color css
<style>
span { border-color: #F11887; }
span { border-color: rgb(241,24,135); }
td.TdClassName
{
border-color: #F11887;
}
.TagClassName
{
border-color: #F11887;
}
</style>