Shades of Deep Pink #F12086
Tints of Deep Pink #F12086
RGB
CMYK
RGB Variations
Color information
#F12086 (or 0xF12086) is known color: Deep Pink. HEX triplet: F1, 20 and 86. RGB value is (241,32,134). Sum of RGB (Red+Green+Blue) = 241+32+134=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12086 is #0EDF79. Grayscale: #696969. Windows color (decimal): -974714 or 8790257. OLE color: 8790257.
HSL color Cylindrical-coordinate representation of color #F12086: hue angle of 330.72º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12086 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 134 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.05 |
| HSL | 330.72º | 0.88% | 0.54% | - |
| HSV(B) | 330.72º | 0.87% | 0.95% | - |
| XYZ | 41.1 | 21.46 | 24.53 | - |
| YUV | 106.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 134 | 0 | 0.87 | 0.44 | 0.05 | 330.72 | 0.88 | 0.54 |
| Hex | F1 | 20 | 86 | 0 | 57 | 2C | 5 | 14B | 58 | 36 |
| Octal | 361 | 40 | 206 | 0 | 127 | 54 | 5 | 513 | 130 | 66 |
| Binary | 11110001 | 100000 | 10000110 | 0 | 1010111 | 101100 | 101 | 101001011 | 1011000 | 110110 |
Color Harmonies of #F12086
Complementary color
Monochromatic Colors of #F12086
Black with #F12086
Text Example
Text Example
White with #F12086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12086; }
p { color: rgb(241,32,134); }
H1.HeaderClassName
{
color: #F12086;
}
.AnyTagClassName
{
color: #F12086;
}
</style>
background-color css
<style>
a { background-color: #F12086; }
a { background-color: rgb(241,32,134); }
div.DivClassName
{
background-color: #F12086;
}
.BgClassName
{
background-color: #F12086;
}
</style>
border-color css
<style>
span { border-color: #F12086; }
span { border-color: rgb(241,32,134); }
td.TdClassName
{
border-color: #F12086;
}
.TagClassName
{
border-color: #F12086;
}
</style>