Shades of Deep Pink #F90889
Tints of Deep Pink #F90889
RGB
CMYK
RGB Variations
Color information
#F90889 (or 0xF90889) is known color: Deep Pink. HEX triplet: F9, 08 and 89. RGB value is (249,8,137). Sum of RGB (Red+Green+Blue) = 249+8+137=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F90889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90889 is #06F776. Grayscale: #5E5E5E. Windows color (decimal): -456567 or 8980729. OLE color: 8980729.
HSL color Cylindrical-coordinate representation of color #F90889: hue angle of 327.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90889 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 327.88º | 0.95% | 0.5% | - |
| HSV(B) | 327.88º | 0.97% | 0.98% | - |
| XYZ | 43.67 | 22.12 | 25.63 | - |
| YUV | 94.77 | 151.84 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 137 | 0 | 0.97 | 0.45 | 0.02 | 327.88 | 0.95 | 0.5 |
| Hex | F9 | 8 | 89 | 0 | 61 | 2D | 2 | 148 | 5F | 32 |
| Octal | 371 | 10 | 211 | 0 | 141 | 55 | 2 | 510 | 137 | 62 |
| Binary | 11111001 | 1000 | 10001001 | 0 | 1100001 | 101101 | 10 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F90889
Complementary color
Monochromatic Colors of #F90889
Black with #F90889
Text Example
Text Example
White with #F90889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90889; }
p { color: rgb(249,8,137); }
H1.HeaderClassName
{
color: #F90889;
}
.AnyTagClassName
{
color: #F90889;
}
</style>
background-color css
<style>
a { background-color: #F90889; }
a { background-color: rgb(249,8,137); }
div.DivClassName
{
background-color: #F90889;
}
.BgClassName
{
background-color: #F90889;
}
</style>
border-color css
<style>
span { border-color: #F90889; }
span { border-color: rgb(249,8,137); }
td.TdClassName
{
border-color: #F90889;
}
.TagClassName
{
border-color: #F90889;
}
</style>