Shades of Deep Pink #F11882
Tints of Deep Pink #F11882
RGB
CMYK
RGB Variations
Color information
#F11882 (or 0xF11882) is known color: Deep Pink. HEX triplet: F1, 18 and 82. RGB value is (241,24,130). Sum of RGB (Red+Green+Blue) = 241+24+130=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11882 is #0EE77D. Grayscale: #646464. Windows color (decimal): -976766 or 8526065. OLE color: 8526065.
HSL color Cylindrical-coordinate representation of color #F11882: hue angle of 330.69º 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 #F11882 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 130 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.05 |
| HSL | 330.69º | 0.89% | 0.52% | - |
| HSV(B) | 330.69º | 0.9% | 0.95% | - |
| XYZ | 40.63 | 20.97 | 23.02 | - |
| YUV | 100.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 130 | 0 | 0.90 | 0.46 | 0.05 | 330.69 | 0.89 | 0.52 |
| Hex | F1 | 18 | 82 | 0 | 5A | 2E | 5 | 14B | 59 | 34 |
| Octal | 361 | 30 | 202 | 0 | 132 | 56 | 5 | 513 | 131 | 64 |
| Binary | 11110001 | 11000 | 10000010 | 0 | 1011010 | 101110 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F11882
Complementary color
Monochromatic Colors of #F11882
Black with #F11882
Text Example
Text Example
White with #F11882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11882; }
p { color: rgb(241,24,130); }
H1.HeaderClassName
{
color: #F11882;
}
.AnyTagClassName
{
color: #F11882;
}
</style>
background-color css
<style>
a { background-color: #F11882; }
a { background-color: rgb(241,24,130); }
div.DivClassName
{
background-color: #F11882;
}
.BgClassName
{
background-color: #F11882;
}
</style>
border-color css
<style>
span { border-color: #F11882; }
span { border-color: rgb(241,24,130); }
td.TdClassName
{
border-color: #F11882;
}
.TagClassName
{
border-color: #F11882;
}
</style>