Shades of Deep Pink #F11E81
Tints of Deep Pink #F11E81
RGB
CMYK
RGB Variations
Color information
#F11E81 (or 0xF11E81) is known color: Deep Pink. HEX triplet: F1, 1E and 81. RGB value is (241,30,129). Sum of RGB (Red+Green+Blue) = 241+30+129=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11E81 is #0EE17E. Grayscale: #686868. Windows color (decimal): -975231 or 8462065. OLE color: 8462065.
HSL color Cylindrical-coordinate representation of color #F11E81: hue angle of 331.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11E81 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 129 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.05 |
| HSL | 331.85º | 0.88% | 0.53% | - |
| HSV(B) | 331.85º | 0.88% | 0.95% | - |
| XYZ | 40.7 | 21.21 | 22.72 | - |
| YUV | 104.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 129 | 0 | 0.88 | 0.46 | 0.05 | 331.85 | 0.88 | 0.53 |
| Hex | F1 | 1E | 81 | 0 | 58 | 2E | 5 | 14C | 58 | 35 |
| Octal | 361 | 36 | 201 | 0 | 130 | 56 | 5 | 514 | 130 | 65 |
| Binary | 11110001 | 11110 | 10000001 | 0 | 1011000 | 101110 | 101 | 101001100 | 1011000 | 110101 |
Color Harmonies of #F11E81
Complementary color
Monochromatic Colors of #F11E81
Black with #F11E81
Text Example
Text Example
White with #F11E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E81; }
p { color: rgb(241,30,129); }
H1.HeaderClassName
{
color: #F11E81;
}
.AnyTagClassName
{
color: #F11E81;
}
</style>
background-color css
<style>
a { background-color: #F11E81; }
a { background-color: rgb(241,30,129); }
div.DivClassName
{
background-color: #F11E81;
}
.BgClassName
{
background-color: #F11E81;
}
</style>
border-color css
<style>
span { border-color: #F11E81; }
span { border-color: rgb(241,30,129); }
td.TdClassName
{
border-color: #F11E81;
}
.TagClassName
{
border-color: #F11E81;
}
</style>