Shades of Deep Pink #F90288
Tints of Deep Pink #F90288
RGB
CMYK
RGB Variations
Color information
#F90288 (or 0xF90288) is known color: Deep Pink. HEX triplet: F9, 02 and 88. RGB value is (249,2,136). Sum of RGB (Red+Green+Blue) = 249+2+136=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F90288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90288 is #06FD77. Grayscale: #5A5A5A. Windows color (decimal): -458104 or 8913657. OLE color: 8913657.
HSL color Cylindrical-coordinate representation of color #F90288: hue angle of 327.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90288 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.02 |
| HSL | 327.45º | 0.98% | 0.49% | - |
| HSV(B) | 327.45º | 0.99% | 0.98% | - |
| XYZ | 43.53 | 21.96 | 25.24 | - |
| YUV | 91.13 | 153.33 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 136 | 0 | 0.99 | 0.45 | 0.02 | 327.45 | 0.98 | 0.49 |
| Hex | F9 | 2 | 88 | 0 | 63 | 2D | 2 | 147 | 62 | 31 |
| Octal | 371 | 2 | 210 | 0 | 143 | 55 | 2 | 507 | 142 | 61 |
| Binary | 11111001 | 10 | 10001000 | 0 | 1100011 | 101101 | 10 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F90288
Complementary color
Monochromatic Colors of #F90288
Black with #F90288
Text Example
Text Example
White with #F90288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90288; }
p { color: rgb(249,2,136); }
H1.HeaderClassName
{
color: #F90288;
}
.AnyTagClassName
{
color: #F90288;
}
</style>
background-color css
<style>
a { background-color: #F90288; }
a { background-color: rgb(249,2,136); }
div.DivClassName
{
background-color: #F90288;
}
.BgClassName
{
background-color: #F90288;
}
</style>
border-color css
<style>
span { border-color: #F90288; }
span { border-color: rgb(249,2,136); }
td.TdClassName
{
border-color: #F90288;
}
.TagClassName
{
border-color: #F90288;
}
</style>