Shades of Deep Pink #F90088
Tints of Deep Pink #F90088
RGB
CMYK
RGB Variations
Color information
#F90088 (or 0xF90088) is known color: Deep Pink. HEX triplet: F9, 00 and 88. RGB value is (249,0,136). Sum of RGB (Red+Green+Blue) = 249+0+136=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90088 is #06FF77. Grayscale: #595959. Windows color (decimal): -458616 or 8913145. OLE color: 8913145.
HSL color Cylindrical-coordinate representation of color #F90088: hue angle of 327.23º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90088 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.45 | 0.02 |
| HSL | 327.23º | 1% | 0.49% | - |
| HSV(B) | 327.23º | 1% | 0.98% | - |
| XYZ | 43.51 | 21.92 | 25.23 | - |
| YUV | 89.96 | 153.99 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 136 | 0 | 1 | 0.45 | 0.02 | 327.23 | 1 | 0.49 |
| Hex | F9 | 0 | 88 | 0 | 64 | 2D | 2 | 147 | 64 | 31 |
| Octal | 371 | 0 | 210 | 0 | 144 | 55 | 2 | 507 | 144 | 61 |
| Binary | 11111001 | 0 | 10001000 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100100 | 110001 |
Color Harmonies of #F90088
Complementary color
Monochromatic Colors of #F90088
Black with #F90088
Text Example
Text Example
White with #F90088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90088; }
p { color: rgb(249,0,136); }
H1.HeaderClassName
{
color: #F90088;
}
.AnyTagClassName
{
color: #F90088;
}
</style>
background-color css
<style>
a { background-color: #F90088; }
a { background-color: rgb(249,0,136); }
div.DivClassName
{
background-color: #F90088;
}
.BgClassName
{
background-color: #F90088;
}
</style>
border-color css
<style>
span { border-color: #F90088; }
span { border-color: rgb(249,0,136); }
td.TdClassName
{
border-color: #F90088;
}
.TagClassName
{
border-color: #F90088;
}
</style>