Shades of Deep Pink #F90F9F
Tints of Deep Pink #F90F9F
RGB
CMYK
RGB Variations
Color information
#F90F9F (or 0xF90F9F) is known color: Deep Pink. HEX triplet: F9, 0F and 9F. RGB value is (249,15,159). Sum of RGB (Red+Green+Blue) = 249+15+159=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F9F is #06F060. Grayscale: #656565. Windows color (decimal): -454753 or 10424313. OLE color: 10424313.
HSL color Cylindrical-coordinate representation of color #F90F9F: hue angle of 323.08º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F9F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.02 |
| HSL | 323.08º | 0.95% | 0.52% | - |
| HSV(B) | 323.08º | 0.94% | 0.98% | - |
| XYZ | 45.5 | 22.98 | 34.84 | - |
| YUV | 101.38 | 160.52 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 159 | 0 | 0.94 | 0.36 | 0.02 | 323.08 | 0.95 | 0.52 |
| Hex | F9 | F | 9F | 0 | 5E | 24 | 2 | 143 | 5F | 34 |
| Octal | 371 | 17 | 237 | 0 | 136 | 44 | 2 | 503 | 137 | 64 |
| Binary | 11111001 | 1111 | 10011111 | 0 | 1011110 | 100100 | 10 | 101000011 | 1011111 | 110100 |
Color Harmonies of #F90F9F
Complementary color
Monochromatic Colors of #F90F9F
Black with #F90F9F
Text Example
Text Example
White with #F90F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F9F; }
p { color: rgb(249,15,159); }
H1.HeaderClassName
{
color: #F90F9F;
}
.AnyTagClassName
{
color: #F90F9F;
}
</style>
background-color css
<style>
a { background-color: #F90F9F; }
a { background-color: rgb(249,15,159); }
div.DivClassName
{
background-color: #F90F9F;
}
.BgClassName
{
background-color: #F90F9F;
}
</style>
border-color css
<style>
span { border-color: #F90F9F; }
span { border-color: rgb(249,15,159); }
td.TdClassName
{
border-color: #F90F9F;
}
.TagClassName
{
border-color: #F90F9F;
}
</style>