Shades of Deep Pink #F90486
Tints of Deep Pink #F90486
RGB
CMYK
RGB Variations
Color information
#F90486 (or 0xF90486) is known color: Deep Pink. HEX triplet: F9, 04 and 86. RGB value is (249,4,134). Sum of RGB (Red+Green+Blue) = 249+4+134=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F90486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90486 is #06FB79. Grayscale: #5B5B5B. Windows color (decimal): -457594 or 8783097. OLE color: 8783097.
HSL color Cylindrical-coordinate representation of color #F90486: hue angle of 328.16º degrees, saturation: 0.97, 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 #F90486 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.16º | 0.97% | 0.5% | - |
| HSV(B) | 328.16º | 0.98% | 0.98% | - |
| XYZ | 43.41 | 21.95 | 24.5 | - |
| YUV | 92.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 134 | 0 | 0.98 | 0.46 | 0.02 | 328.16 | 0.97 | 0.5 |
| Hex | F9 | 4 | 86 | 0 | 62 | 2E | 2 | 148 | 61 | 32 |
| Octal | 371 | 4 | 206 | 0 | 142 | 56 | 2 | 510 | 141 | 62 |
| Binary | 11111001 | 100 | 10000110 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #F90486
Complementary color
Monochromatic Colors of #F90486
Black with #F90486
Text Example
Text Example
White with #F90486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90486; }
p { color: rgb(249,4,134); }
H1.HeaderClassName
{
color: #F90486;
}
.AnyTagClassName
{
color: #F90486;
}
</style>
background-color css
<style>
a { background-color: #F90486; }
a { background-color: rgb(249,4,134); }
div.DivClassName
{
background-color: #F90486;
}
.BgClassName
{
background-color: #F90486;
}
</style>
border-color css
<style>
span { border-color: #F90486; }
span { border-color: rgb(249,4,134); }
td.TdClassName
{
border-color: #F90486;
}
.TagClassName
{
border-color: #F90486;
}
</style>