Shades of Deep Pink #F90588
Tints of Deep Pink #F90588
RGB
CMYK
RGB Variations
Color information
#F90588 (or 0xF90588) is known color: Deep Pink. HEX triplet: F9, 05 and 88. RGB value is (249,5,136). Sum of RGB (Red+Green+Blue) = 249+5+136=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F90588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90588 is #06FA77. Grayscale: #5C5C5C. Windows color (decimal): -457336 or 8914425. OLE color: 8914425.
HSL color Cylindrical-coordinate representation of color #F90588: hue angle of 327.79º 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 #F90588 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.02 |
| HSL | 327.79º | 0.96% | 0.5% | - |
| HSV(B) | 327.79º | 0.98% | 0.98% | - |
| XYZ | 43.57 | 22.03 | 25.25 | - |
| YUV | 92.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 136 | 0 | 0.98 | 0.45 | 0.02 | 327.79 | 0.96 | 0.5 |
| Hex | F9 | 5 | 88 | 0 | 62 | 2D | 2 | 148 | 60 | 32 |
| Octal | 371 | 5 | 210 | 0 | 142 | 55 | 2 | 510 | 140 | 62 |
| Binary | 11111001 | 101 | 10001000 | 0 | 1100010 | 101101 | 10 | 101001000 | 1100000 | 110010 |
Color Harmonies of #F90588
Complementary color
Monochromatic Colors of #F90588
Black with #F90588
Text Example
Text Example
White with #F90588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90588; }
p { color: rgb(249,5,136); }
H1.HeaderClassName
{
color: #F90588;
}
.AnyTagClassName
{
color: #F90588;
}
</style>
background-color css
<style>
a { background-color: #F90588; }
a { background-color: rgb(249,5,136); }
div.DivClassName
{
background-color: #F90588;
}
.BgClassName
{
background-color: #F90588;
}
</style>
border-color css
<style>
span { border-color: #F90588; }
span { border-color: rgb(249,5,136); }
td.TdClassName
{
border-color: #F90588;
}
.TagClassName
{
border-color: #F90588;
}
</style>