Shades of Deep Pink #F11982
Tints of Deep Pink #F11982
RGB
CMYK
RGB Variations
Color information
#F11982 (or 0xF11982) is known color: Deep Pink. HEX triplet: F1, 19 and 82. RGB value is (241,25,130). Sum of RGB (Red+Green+Blue) = 241+25+130=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F11982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11982 is #0EE67D. Grayscale: #656565. Windows color (decimal): -976510 or 8526321. OLE color: 8526321.
HSL color Cylindrical-coordinate representation of color #F11982: hue angle of 330.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11982 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.05 |
| HSL | 330.83º | 0.89% | 0.52% | - |
| HSV(B) | 330.83º | 0.9% | 0.95% | - |
| XYZ | 40.65 | 21.01 | 23.03 | - |
| YUV | 101.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 130 | 0 | 0.90 | 0.46 | 0.05 | 330.83 | 0.89 | 0.52 |
| Hex | F1 | 19 | 82 | 0 | 5A | 2E | 5 | 14B | 59 | 34 |
| Octal | 361 | 31 | 202 | 0 | 132 | 56 | 5 | 513 | 131 | 64 |
| Binary | 11110001 | 11001 | 10000010 | 0 | 1011010 | 101110 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F11982
Complementary color
Monochromatic Colors of #F11982
Black with #F11982
Text Example
Text Example
White with #F11982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11982; }
p { color: rgb(241,25,130); }
H1.HeaderClassName
{
color: #F11982;
}
.AnyTagClassName
{
color: #F11982;
}
</style>
background-color css
<style>
a { background-color: #F11982; }
a { background-color: rgb(241,25,130); }
div.DivClassName
{
background-color: #F11982;
}
.BgClassName
{
background-color: #F11982;
}
</style>
border-color css
<style>
span { border-color: #F11982; }
span { border-color: rgb(241,25,130); }
td.TdClassName
{
border-color: #F11982;
}
.TagClassName
{
border-color: #F11982;
}
</style>