Shades of Deep Pink #F10586
Tints of Deep Pink #F10586
RGB
CMYK
RGB Variations
Color information
#F10586 (or 0xF10586) is known color: Deep Pink. HEX triplet: F1, 05 and 86. RGB value is (241,5,134). Sum of RGB (Red+Green+Blue) = 241+5+134=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F10586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10586 is #0EFA79. Grayscale: #595959. Windows color (decimal): -981626 or 8783345. OLE color: 8783345.
HSL color Cylindrical-coordinate representation of color #F10586: hue angle of 327.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10586 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.05 |
| HSL | 327.2º | 0.96% | 0.48% | - |
| HSV(B) | 327.2º | 0.98% | 0.95% | - |
| XYZ | 40.63 | 20.53 | 24.38 | - |
| YUV | 90.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 134 | 0 | 0.98 | 0.44 | 0.05 | 327.2 | 0.96 | 0.48 |
| Hex | F1 | 5 | 86 | 0 | 62 | 2C | 5 | 147 | 60 | 30 |
| Octal | 361 | 5 | 206 | 0 | 142 | 54 | 5 | 507 | 140 | 60 |
| Binary | 11110001 | 101 | 10000110 | 0 | 1100010 | 101100 | 101 | 101000111 | 1100000 | 110000 |
Color Harmonies of #F10586
Complementary color
Monochromatic Colors of #F10586
Black with #F10586
Text Example
Text Example
White with #F10586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10586; }
p { color: rgb(241,5,134); }
H1.HeaderClassName
{
color: #F10586;
}
.AnyTagClassName
{
color: #F10586;
}
</style>
background-color css
<style>
a { background-color: #F10586; }
a { background-color: rgb(241,5,134); }
div.DivClassName
{
background-color: #F10586;
}
.BgClassName
{
background-color: #F10586;
}
</style>
border-color css
<style>
span { border-color: #F10586; }
span { border-color: rgb(241,5,134); }
td.TdClassName
{
border-color: #F10586;
}
.TagClassName
{
border-color: #F10586;
}
</style>