Shades of Deep Pink #F91689
Tints of Deep Pink #F91689
RGB
CMYK
RGB Variations
Color information
#F91689 (or 0xF91689) is known color: Deep Pink. HEX triplet: F9, 16 and 89. RGB value is (249,22,137). Sum of RGB (Red+Green+Blue) = 249+22+137=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F91689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91689 is #06E976. Grayscale: #666666. Windows color (decimal): -452983 or 8984313. OLE color: 8984313.
HSL color Cylindrical-coordinate representation of color #F91689: hue angle of 329.6º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91689 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 137 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.02 |
| HSL | 329.6º | 0.95% | 0.53% | - |
| HSV(B) | 329.6º | 0.91% | 0.98% | - |
| XYZ | 43.87 | 22.52 | 25.7 | - |
| YUV | 102.98 | 147.21 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 137 | 0 | 0.91 | 0.45 | 0.02 | 329.6 | 0.95 | 0.53 |
| Hex | F9 | 16 | 89 | 0 | 5B | 2D | 2 | 14A | 5F | 35 |
| Octal | 371 | 26 | 211 | 0 | 133 | 55 | 2 | 512 | 137 | 65 |
| Binary | 11111001 | 10110 | 10001001 | 0 | 1011011 | 101101 | 10 | 101001010 | 1011111 | 110101 |
Color Harmonies of #F91689
Complementary color
Monochromatic Colors of #F91689
Black with #F91689
Text Example
Text Example
White with #F91689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91689; }
p { color: rgb(249,22,137); }
H1.HeaderClassName
{
color: #F91689;
}
.AnyTagClassName
{
color: #F91689;
}
</style>
background-color css
<style>
a { background-color: #F91689; }
a { background-color: rgb(249,22,137); }
div.DivClassName
{
background-color: #F91689;
}
.BgClassName
{
background-color: #F91689;
}
</style>
border-color css
<style>
span { border-color: #F91689; }
span { border-color: rgb(249,22,137); }
td.TdClassName
{
border-color: #F91689;
}
.TagClassName
{
border-color: #F91689;
}
</style>