Shades of Deep Pink #F90F95
Tints of Deep Pink #F90F95
RGB
CMYK
RGB Variations
Color information
#F90F95 (or 0xF90F95) is known color: Deep Pink. HEX triplet: F9, 0F and 95. RGB value is (249,15,149). Sum of RGB (Red+Green+Blue) = 249+15+149=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F95 is #06F06A. Grayscale: #636363. Windows color (decimal): -454763 or 9768953. OLE color: 9768953.
HSL color Cylindrical-coordinate representation of color #F90F95: hue angle of 325.64º 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 #F90F95 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 149 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.02 |
| HSL | 325.64º | 0.95% | 0.52% | - |
| HSV(B) | 325.64º | 0.94% | 0.98% | - |
| XYZ | 44.66 | 22.65 | 30.45 | - |
| YUV | 100.24 | 155.52 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 149 | 0 | 0.94 | 0.40 | 0.02 | 325.64 | 0.95 | 0.52 |
| Hex | F9 | F | 95 | 0 | 5E | 28 | 2 | 146 | 5F | 34 |
| Octal | 371 | 17 | 225 | 0 | 136 | 50 | 2 | 506 | 137 | 64 |
| Binary | 11111001 | 1111 | 10010101 | 0 | 1011110 | 101000 | 10 | 101000110 | 1011111 | 110100 |
Color Harmonies of #F90F95
Complementary color
Monochromatic Colors of #F90F95
Black with #F90F95
Text Example
Text Example
White with #F90F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F95; }
p { color: rgb(249,15,149); }
H1.HeaderClassName
{
color: #F90F95;
}
.AnyTagClassName
{
color: #F90F95;
}
</style>
background-color css
<style>
a { background-color: #F90F95; }
a { background-color: rgb(249,15,149); }
div.DivClassName
{
background-color: #F90F95;
}
.BgClassName
{
background-color: #F90F95;
}
</style>
border-color css
<style>
span { border-color: #F90F95; }
span { border-color: rgb(249,15,149); }
td.TdClassName
{
border-color: #F90F95;
}
.TagClassName
{
border-color: #F90F95;
}
</style>