Shades of Deep Pink #F11486
Tints of Deep Pink #F11486
RGB
CMYK
RGB Variations
Color information
#F11486 (or 0xF11486) is known color: Deep Pink. HEX triplet: F1, 14 and 86. RGB value is (241,20,134). Sum of RGB (Red+Green+Blue) = 241+20+134=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11486 is #0EEB79. Grayscale: #626262. Windows color (decimal): -977786 or 8787185. OLE color: 8787185.
HSL color Cylindrical-coordinate representation of color #F11486: hue angle of 329.05º 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 #F11486 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 134 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.05 |
| HSL | 329.05º | 0.89% | 0.51% | - |
| HSV(B) | 329.05º | 0.92% | 0.95% | - |
| XYZ | 40.83 | 20.92 | 24.44 | - |
| YUV | 99.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 134 | 0 | 0.92 | 0.44 | 0.05 | 329.05 | 0.89 | 0.51 |
| Hex | F1 | 14 | 86 | 0 | 5C | 2C | 5 | 149 | 59 | 33 |
| Octal | 361 | 24 | 206 | 0 | 134 | 54 | 5 | 511 | 131 | 63 |
| Binary | 11110001 | 10100 | 10000110 | 0 | 1011100 | 101100 | 101 | 101001001 | 1011001 | 110011 |
Color Harmonies of #F11486
Complementary color
Monochromatic Colors of #F11486
Black with #F11486
Text Example
Text Example
White with #F11486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11486; }
p { color: rgb(241,20,134); }
H1.HeaderClassName
{
color: #F11486;
}
.AnyTagClassName
{
color: #F11486;
}
</style>
background-color css
<style>
a { background-color: #F11486; }
a { background-color: rgb(241,20,134); }
div.DivClassName
{
background-color: #F11486;
}
.BgClassName
{
background-color: #F11486;
}
</style>
border-color css
<style>
span { border-color: #F11486; }
span { border-color: rgb(241,20,134); }
td.TdClassName
{
border-color: #F11486;
}
.TagClassName
{
border-color: #F11486;
}
</style>