Shades of Deep Pink #F90791
Tints of Deep Pink #F90791
RGB
CMYK
RGB Variations
Color information
#F90791 (or 0xF90791) is known color: Deep Pink. HEX triplet: F9, 07 and 91. RGB value is (249,7,145). Sum of RGB (Red+Green+Blue) = 249+7+145=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F90791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90791 is #06F86E. Grayscale: #5E5E5E. Windows color (decimal): -456815 or 9504761. OLE color: 9504761.
HSL color Cylindrical-coordinate representation of color #F90791: hue angle of 325.79º 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 #F90791 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 145 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.02 |
| HSL | 325.79º | 0.95% | 0.5% | - |
| HSV(B) | 325.79º | 0.97% | 0.98% | - |
| XYZ | 44.25 | 22.34 | 28.77 | - |
| YUV | 95.09 | 156.17 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 145 | 0 | 0.97 | 0.42 | 0.02 | 325.79 | 0.95 | 0.5 |
| Hex | F9 | 7 | 91 | 0 | 61 | 2A | 2 | 146 | 5F | 32 |
| Octal | 371 | 7 | 221 | 0 | 141 | 52 | 2 | 506 | 137 | 62 |
| Binary | 11111001 | 111 | 10010001 | 0 | 1100001 | 101010 | 10 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F90791
Complementary color
Monochromatic Colors of #F90791
Black with #F90791
Text Example
Text Example
White with #F90791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90791; }
p { color: rgb(249,7,145); }
H1.HeaderClassName
{
color: #F90791;
}
.AnyTagClassName
{
color: #F90791;
}
</style>
background-color css
<style>
a { background-color: #F90791; }
a { background-color: rgb(249,7,145); }
div.DivClassName
{
background-color: #F90791;
}
.BgClassName
{
background-color: #F90791;
}
</style>
border-color css
<style>
span { border-color: #F90791; }
span { border-color: rgb(249,7,145); }
td.TdClassName
{
border-color: #F90791;
}
.TagClassName
{
border-color: #F90791;
}
</style>