Shades of Deep Pink #F11687
Tints of Deep Pink #F11687
RGB
CMYK
RGB Variations
Color information
#F11687 (or 0xF11687) is known color: Deep Pink. HEX triplet: F1, 16 and 87. RGB value is (241,22,135). Sum of RGB (Red+Green+Blue) = 241+22+135=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11687 is #0EE978. Grayscale: #646464. Windows color (decimal): -977273 or 8853233. OLE color: 8853233.
HSL color Cylindrical-coordinate representation of color #F11687: hue angle of 329.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11687 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.05 |
| HSL | 329.04º | 0.89% | 0.52% | - |
| HSV(B) | 329.04º | 0.91% | 0.95% | - |
| XYZ | 40.94 | 21.02 | 24.82 | - |
| YUV | 100.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 135 | 0 | 0.91 | 0.44 | 0.05 | 329.04 | 0.89 | 0.52 |
| Hex | F1 | 16 | 87 | 0 | 5B | 2C | 5 | 149 | 59 | 34 |
| Octal | 361 | 26 | 207 | 0 | 133 | 54 | 5 | 511 | 131 | 64 |
| Binary | 11110001 | 10110 | 10000111 | 0 | 1011011 | 101100 | 101 | 101001001 | 1011001 | 110100 |
Color Harmonies of #F11687
Complementary color
Monochromatic Colors of #F11687
Black with #F11687
Text Example
Text Example
White with #F11687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11687; }
p { color: rgb(241,22,135); }
H1.HeaderClassName
{
color: #F11687;
}
.AnyTagClassName
{
color: #F11687;
}
</style>
background-color css
<style>
a { background-color: #F11687; }
a { background-color: rgb(241,22,135); }
div.DivClassName
{
background-color: #F11687;
}
.BgClassName
{
background-color: #F11687;
}
</style>
border-color css
<style>
span { border-color: #F11687; }
span { border-color: rgb(241,22,135); }
td.TdClassName
{
border-color: #F11687;
}
.TagClassName
{
border-color: #F11687;
}
</style>