Shades of Deep Pink #F90788
Tints of Deep Pink #F90788
RGB
CMYK
RGB Variations
Color information
#F90788 (or 0xF90788) is known color: Deep Pink. HEX triplet: F9, 07 and 88. RGB value is (249,7,136). Sum of RGB (Red+Green+Blue) = 249+7+136=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F90788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90788 is #06F877. Grayscale: #5D5D5D. Windows color (decimal): -456824 or 8914937. OLE color: 8914937.
HSL color Cylindrical-coordinate representation of color #F90788: hue angle of 328.02º 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 #F90788 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 328.02º | 0.95% | 0.5% | - |
| HSV(B) | 328.02º | 0.97% | 0.98% | - |
| XYZ | 43.59 | 22.07 | 25.26 | - |
| YUV | 94.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 136 | 0 | 0.97 | 0.45 | 0.02 | 328.02 | 0.95 | 0.5 |
| Hex | F9 | 7 | 88 | 0 | 61 | 2D | 2 | 148 | 5F | 32 |
| Octal | 371 | 7 | 210 | 0 | 141 | 55 | 2 | 510 | 137 | 62 |
| Binary | 11111001 | 111 | 10001000 | 0 | 1100001 | 101101 | 10 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F90788
Complementary color
Monochromatic Colors of #F90788
Black with #F90788
Text Example
Text Example
White with #F90788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90788; }
p { color: rgb(249,7,136); }
H1.HeaderClassName
{
color: #F90788;
}
.AnyTagClassName
{
color: #F90788;
}
</style>
background-color css
<style>
a { background-color: #F90788; }
a { background-color: rgb(249,7,136); }
div.DivClassName
{
background-color: #F90788;
}
.BgClassName
{
background-color: #F90788;
}
</style>
border-color css
<style>
span { border-color: #F90788; }
span { border-color: rgb(249,7,136); }
td.TdClassName
{
border-color: #F90788;
}
.TagClassName
{
border-color: #F90788;
}
</style>