Shades of Deep Pink #F11984
Tints of Deep Pink #F11984
RGB
CMYK
RGB Variations
Color information
#F11984 (or 0xF11984) is known color: Deep Pink. HEX triplet: F1, 19 and 84. RGB value is (241,25,132). Sum of RGB (Red+Green+Blue) = 241+25+132=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11984 is #0EE67B. Grayscale: #656565. Windows color (decimal): -976508 or 8657393. OLE color: 8657393.
HSL color Cylindrical-coordinate representation of color #F11984: hue angle of 330.28º 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 #F11984 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 132 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.05 |
| HSL | 330.28º | 0.89% | 0.52% | - |
| HSV(B) | 330.28º | 0.9% | 0.95% | - |
| XYZ | 40.79 | 21.06 | 23.75 | - |
| YUV | 101.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 132 | 0 | 0.90 | 0.45 | 0.05 | 330.28 | 0.89 | 0.52 |
| Hex | F1 | 19 | 84 | 0 | 5A | 2D | 5 | 14A | 59 | 34 |
| Octal | 361 | 31 | 204 | 0 | 132 | 55 | 5 | 512 | 131 | 64 |
| Binary | 11110001 | 11001 | 10000100 | 0 | 1011010 | 101101 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F11984
Complementary color
Monochromatic Colors of #F11984
Black with #F11984
Text Example
Text Example
White with #F11984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11984; }
p { color: rgb(241,25,132); }
H1.HeaderClassName
{
color: #F11984;
}
.AnyTagClassName
{
color: #F11984;
}
</style>
background-color css
<style>
a { background-color: #F11984; }
a { background-color: rgb(241,25,132); }
div.DivClassName
{
background-color: #F11984;
}
.BgClassName
{
background-color: #F11984;
}
</style>
border-color css
<style>
span { border-color: #F11984; }
span { border-color: rgb(241,25,132); }
td.TdClassName
{
border-color: #F11984;
}
.TagClassName
{
border-color: #F11984;
}
</style>