Shades of Deep Pink #F90689
Tints of Deep Pink #F90689
RGB
CMYK
RGB Variations
Color information
#F90689 (or 0xF90689) is known color: Deep Pink. HEX triplet: F9, 06 and 89. RGB value is (249,6,137). Sum of RGB (Red+Green+Blue) = 249+6+137=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F90689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90689 is #06F976. Grayscale: #5D5D5D. Windows color (decimal): -457079 or 8980217. OLE color: 8980217.
HSL color Cylindrical-coordinate representation of color #F90689: hue angle of 327.65º degrees, saturation: 0.95, 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 #F90689 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.02 |
| HSL | 327.65º | 0.95% | 0.5% | - |
| HSV(B) | 327.65º | 0.98% | 0.98% | - |
| XYZ | 43.65 | 22.08 | 25.63 | - |
| YUV | 93.59 | 152.51 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 137 | 0 | 0.98 | 0.45 | 0.02 | 327.65 | 0.95 | 0.5 |
| Hex | F9 | 6 | 89 | 0 | 62 | 2D | 2 | 148 | 5F | 32 |
| Octal | 371 | 6 | 211 | 0 | 142 | 55 | 2 | 510 | 137 | 62 |
| Binary | 11111001 | 110 | 10001001 | 0 | 1100010 | 101101 | 10 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F90689
Complementary color
Monochromatic Colors of #F90689
Black with #F90689
Text Example
Text Example
White with #F90689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90689; }
p { color: rgb(249,6,137); }
H1.HeaderClassName
{
color: #F90689;
}
.AnyTagClassName
{
color: #F90689;
}
</style>
background-color css
<style>
a { background-color: #F90689; }
a { background-color: rgb(249,6,137); }
div.DivClassName
{
background-color: #F90689;
}
.BgClassName
{
background-color: #F90689;
}
</style>
border-color css
<style>
span { border-color: #F90689; }
span { border-color: rgb(249,6,137); }
td.TdClassName
{
border-color: #F90689;
}
.TagClassName
{
border-color: #F90689;
}
</style>