Shades of Deep Pink #F11387
Tints of Deep Pink #F11387
RGB
CMYK
RGB Variations
Color information
#F11387 (or 0xF11387) is known color: Deep Pink. HEX triplet: F1, 13 and 87. RGB value is (241,19,135). Sum of RGB (Red+Green+Blue) = 241+19+135=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11387 is #0EEC78. Grayscale: #626262. Windows color (decimal): -978041 or 8852465. OLE color: 8852465.
HSL color Cylindrical-coordinate representation of color #F11387: hue angle of 328.65º 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 #F11387 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.05 |
| HSL | 328.65º | 0.89% | 0.51% | - |
| HSV(B) | 328.65º | 0.92% | 0.95% | - |
| XYZ | 40.88 | 20.92 | 24.8 | - |
| YUV | 98.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 135 | 0 | 0.92 | 0.44 | 0.05 | 328.65 | 0.89 | 0.51 |
| Hex | F1 | 13 | 87 | 0 | 5C | 2C | 5 | 149 | 59 | 33 |
| Octal | 361 | 23 | 207 | 0 | 134 | 54 | 5 | 511 | 131 | 63 |
| Binary | 11110001 | 10011 | 10000111 | 0 | 1011100 | 101100 | 101 | 101001001 | 1011001 | 110011 |
Color Harmonies of #F11387
Complementary color
Monochromatic Colors of #F11387
Black with #F11387
Text Example
Text Example
White with #F11387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11387; }
p { color: rgb(241,19,135); }
H1.HeaderClassName
{
color: #F11387;
}
.AnyTagClassName
{
color: #F11387;
}
</style>
background-color css
<style>
a { background-color: #F11387; }
a { background-color: rgb(241,19,135); }
div.DivClassName
{
background-color: #F11387;
}
.BgClassName
{
background-color: #F11387;
}
</style>
border-color css
<style>
span { border-color: #F11387; }
span { border-color: rgb(241,19,135); }
td.TdClassName
{
border-color: #F11387;
}
.TagClassName
{
border-color: #F11387;
}
</style>