Shades of Deep Pink #F90789
Tints of Deep Pink #F90789
RGB
CMYK
RGB Variations
Color information
#F90789 (or 0xF90789) is known color: Deep Pink. HEX triplet: F9, 07 and 89. RGB value is (249,7,137). Sum of RGB (Red+Green+Blue) = 249+7+137=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F90789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90789 is #06F876. Grayscale: #5D5D5D. Windows color (decimal): -456823 or 8980473. OLE color: 8980473.
HSL color Cylindrical-coordinate representation of color #F90789: hue angle of 327.77º 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 #F90789 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 327.77º | 0.95% | 0.5% | - |
| HSV(B) | 327.77º | 0.97% | 0.98% | - |
| XYZ | 43.66 | 22.1 | 25.63 | - |
| YUV | 94.18 | 152.17 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 137 | 0 | 0.97 | 0.45 | 0.02 | 327.77 | 0.95 | 0.5 |
| Hex | F9 | 7 | 89 | 0 | 61 | 2D | 2 | 148 | 5F | 32 |
| Octal | 371 | 7 | 211 | 0 | 141 | 55 | 2 | 510 | 137 | 62 |
| Binary | 11111001 | 111 | 10001001 | 0 | 1100001 | 101101 | 10 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F90789
Complementary color
Monochromatic Colors of #F90789
Black with #F90789
Text Example
Text Example
White with #F90789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90789; }
p { color: rgb(249,7,137); }
H1.HeaderClassName
{
color: #F90789;
}
.AnyTagClassName
{
color: #F90789;
}
</style>
background-color css
<style>
a { background-color: #F90789; }
a { background-color: rgb(249,7,137); }
div.DivClassName
{
background-color: #F90789;
}
.BgClassName
{
background-color: #F90789;
}
</style>
border-color css
<style>
span { border-color: #F90789; }
span { border-color: rgb(249,7,137); }
td.TdClassName
{
border-color: #F90789;
}
.TagClassName
{
border-color: #F90789;
}
</style>