Shades of Deep Pink #F90584
Tints of Deep Pink #F90584
RGB
CMYK
RGB Variations
Color information
#F90584 (or 0xF90584) is known color: Deep Pink. HEX triplet: F9, 05 and 84. RGB value is (249,5,132). Sum of RGB (Red+Green+Blue) = 249+5+132=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F90584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90584 is #06FA7B. Grayscale: #5C5C5C. Windows color (decimal): -457340 or 8652281. OLE color: 8652281.
HSL color Cylindrical-coordinate representation of color #F90584: hue angle of 328.77º 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 #F90584 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.02 |
| HSL | 328.77º | 0.96% | 0.5% | - |
| HSV(B) | 328.77º | 0.98% | 0.98% | - |
| XYZ | 43.29 | 21.91 | 23.78 | - |
| YUV | 92.43 | 150.34 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 132 | 0 | 0.98 | 0.47 | 0.02 | 328.77 | 0.96 | 0.5 |
| Hex | F9 | 5 | 84 | 0 | 62 | 2F | 2 | 149 | 60 | 32 |
| Octal | 371 | 5 | 204 | 0 | 142 | 57 | 2 | 511 | 140 | 62 |
| Binary | 11111001 | 101 | 10000100 | 0 | 1100010 | 101111 | 10 | 101001001 | 1100000 | 110010 |
Color Harmonies of #F90584
Complementary color
Monochromatic Colors of #F90584
Black with #F90584
Text Example
Text Example
White with #F90584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90584; }
p { color: rgb(249,5,132); }
H1.HeaderClassName
{
color: #F90584;
}
.AnyTagClassName
{
color: #F90584;
}
</style>
background-color css
<style>
a { background-color: #F90584; }
a { background-color: rgb(249,5,132); }
div.DivClassName
{
background-color: #F90584;
}
.BgClassName
{
background-color: #F90584;
}
</style>
border-color css
<style>
span { border-color: #F90584; }
span { border-color: rgb(249,5,132); }
td.TdClassName
{
border-color: #F90584;
}
.TagClassName
{
border-color: #F90584;
}
</style>