Shades of Deep Pink #F11186
Tints of Deep Pink #F11186
RGB
CMYK
RGB Variations
Color information
#F11186 (or 0xF11186) is known color: Deep Pink. HEX triplet: F1, 11 and 86. RGB value is (241,17,134). Sum of RGB (Red+Green+Blue) = 241+17+134=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F11186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11186 is #0EEE79. Grayscale: #616161. Windows color (decimal): -978554 or 8786417. OLE color: 8786417.
HSL color Cylindrical-coordinate representation of color #F11186: hue angle of 328.66º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11186 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 134 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.66º | 0.89% | 0.51% | - |
| HSV(B) | 328.66º | 0.93% | 0.95% | - |
| XYZ | 40.78 | 20.82 | 24.42 | - |
| YUV | 97.31 | 148.71 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 134 | 0 | 0.93 | 0.44 | 0.05 | 328.66 | 0.89 | 0.51 |
| Hex | F1 | 11 | 86 | 0 | 5D | 2C | 5 | 149 | 59 | 33 |
| Octal | 361 | 21 | 206 | 0 | 135 | 54 | 5 | 511 | 131 | 63 |
| Binary | 11110001 | 10001 | 10000110 | 0 | 1011101 | 101100 | 101 | 101001001 | 1011001 | 110011 |
Color Harmonies of #F11186
Complementary color
Monochromatic Colors of #F11186
Black with #F11186
Text Example
Text Example
White with #F11186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11186; }
p { color: rgb(241,17,134); }
H1.HeaderClassName
{
color: #F11186;
}
.AnyTagClassName
{
color: #F11186;
}
</style>
background-color css
<style>
a { background-color: #F11186; }
a { background-color: rgb(241,17,134); }
div.DivClassName
{
background-color: #F11186;
}
.BgClassName
{
background-color: #F11186;
}
</style>
border-color css
<style>
span { border-color: #F11186; }
span { border-color: rgb(241,17,134); }
td.TdClassName
{
border-color: #F11186;
}
.TagClassName
{
border-color: #F11186;
}
</style>