Shades of Deep Pink #F90F9E
Tints of Deep Pink #F90F9E
RGB
CMYK
RGB Variations
Color information
#F90F9E (or 0xF90F9E) is known color: Deep Pink. HEX triplet: F9, 0F and 9E. RGB value is (249,15,158). Sum of RGB (Red+Green+Blue) = 249+15+158=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F9E is #06F061. Grayscale: #646464. Windows color (decimal): -454754 or 10358777. OLE color: 10358777.
HSL color Cylindrical-coordinate representation of color #F90F9E: hue angle of 323.33º 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 #F90F9E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 158 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.02 |
| HSL | 323.33º | 0.95% | 0.52% | - |
| HSV(B) | 323.33º | 0.94% | 0.98% | - |
| XYZ | 45.41 | 22.95 | 34.38 | - |
| YUV | 101.27 | 160.02 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 158 | 0 | 0.94 | 0.37 | 0.02 | 323.33 | 0.95 | 0.52 |
| Hex | F9 | F | 9E | 0 | 5E | 25 | 2 | 143 | 5F | 34 |
| Octal | 371 | 17 | 236 | 0 | 136 | 45 | 2 | 503 | 137 | 64 |
| Binary | 11111001 | 1111 | 10011110 | 0 | 1011110 | 100101 | 10 | 101000011 | 1011111 | 110100 |
Color Harmonies of #F90F9E
Complementary color
Monochromatic Colors of #F90F9E
Black with #F90F9E
Text Example
Text Example
White with #F90F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F9E; }
p { color: rgb(249,15,158); }
H1.HeaderClassName
{
color: #F90F9E;
}
.AnyTagClassName
{
color: #F90F9E;
}
</style>
background-color css
<style>
a { background-color: #F90F9E; }
a { background-color: rgb(249,15,158); }
div.DivClassName
{
background-color: #F90F9E;
}
.BgClassName
{
background-color: #F90F9E;
}
</style>
border-color css
<style>
span { border-color: #F90F9E; }
span { border-color: rgb(249,15,158); }
td.TdClassName
{
border-color: #F90F9E;
}
.TagClassName
{
border-color: #F90F9E;
}
</style>