Shades of Deep Pink #F40F99
Tints of Deep Pink #F40F99
RGB
CMYK
RGB Variations
Color information
#F40F99 (or 0xF40F99) is known color: Deep Pink. HEX triplet: F4, 0F and 99. RGB value is (244,15,153). Sum of RGB (Red+Green+Blue) = 244+15+153=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F99 is #0BF066. Grayscale: #626262. Windows color (decimal): -782439 or 10031092. OLE color: 10031092.
HSL color Cylindrical-coordinate representation of color #F40F99: hue angle of 323.84º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F99 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 153 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.04 |
| HSL | 323.84º | 0.91% | 0.51% | - |
| HSV(B) | 323.84º | 0.94% | 0.96% | - |
| XYZ | 43.23 | 21.87 | 32.08 | - |
| YUV | 99.2 | 158.37 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 153 | 0 | 0.94 | 0.37 | 0.04 | 323.84 | 0.91 | 0.51 |
| Hex | F4 | F | 99 | 0 | 5E | 25 | 4 | 144 | 5B | 33 |
| Octal | 364 | 17 | 231 | 0 | 136 | 45 | 4 | 504 | 133 | 63 |
| Binary | 11110100 | 1111 | 10011001 | 0 | 1011110 | 100101 | 100 | 101000100 | 1011011 | 110011 |
Color Harmonies of #F40F99
Complementary color
Monochromatic Colors of #F40F99
Black with #F40F99
Text Example
Text Example
White with #F40F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F99; }
p { color: rgb(244,15,153); }
H1.HeaderClassName
{
color: #F40F99;
}
.AnyTagClassName
{
color: #F40F99;
}
</style>
background-color css
<style>
a { background-color: #F40F99; }
a { background-color: rgb(244,15,153); }
div.DivClassName
{
background-color: #F40F99;
}
.BgClassName
{
background-color: #F40F99;
}
</style>
border-color css
<style>
span { border-color: #F40F99; }
span { border-color: rgb(244,15,153); }
td.TdClassName
{
border-color: #F40F99;
}
.TagClassName
{
border-color: #F40F99;
}
</style>