Shades of Deep Pink #F90586
Tints of Deep Pink #F90586
RGB
CMYK
RGB Variations
Color information
#F90586 (or 0xF90586) is known color: Deep Pink. HEX triplet: F9, 05 and 86. RGB value is (249,5,134). Sum of RGB (Red+Green+Blue) = 249+5+134=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F90586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90586 is #06FA79. Grayscale: #5C5C5C. Windows color (decimal): -457338 or 8783353. OLE color: 8783353.
HSL color Cylindrical-coordinate representation of color #F90586: hue angle of 328.28º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90586 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.28º | 0.96% | 0.5% | - |
| HSV(B) | 328.28º | 0.98% | 0.98% | - |
| XYZ | 43.42 | 21.97 | 24.51 | - |
| YUV | 92.66 | 151.34 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 134 | 0 | 0.98 | 0.46 | 0.02 | 328.28 | 0.96 | 0.5 |
| Hex | F9 | 5 | 86 | 0 | 62 | 2E | 2 | 148 | 60 | 32 |
| Octal | 371 | 5 | 206 | 0 | 142 | 56 | 2 | 510 | 140 | 62 |
| Binary | 11111001 | 101 | 10000110 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100000 | 110010 |
Color Harmonies of #F90586
Complementary color
Monochromatic Colors of #F90586
Black with #F90586
Text Example
Text Example
White with #F90586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90586; }
p { color: rgb(249,5,134); }
H1.HeaderClassName
{
color: #F90586;
}
.AnyTagClassName
{
color: #F90586;
}
</style>
background-color css
<style>
a { background-color: #F90586; }
a { background-color: rgb(249,5,134); }
div.DivClassName
{
background-color: #F90586;
}
.BgClassName
{
background-color: #F90586;
}
</style>
border-color css
<style>
span { border-color: #F90586; }
span { border-color: rgb(249,5,134); }
td.TdClassName
{
border-color: #F90586;
}
.TagClassName
{
border-color: #F90586;
}
</style>