Shades of Deep Pink #F40993
Tints of Deep Pink #F40993
RGB
CMYK
RGB Variations
Color information
#F40993 (or 0xF40993) is known color: Deep Pink. HEX triplet: F4, 09 and 93. RGB value is (244,9,147). Sum of RGB (Red+Green+Blue) = 244+9+147=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F40993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40993 is #0BF66C. Grayscale: #5E5E5E. Windows color (decimal): -783981 or 9636340. OLE color: 9636340.
HSL color Cylindrical-coordinate representation of color #F40993: hue angle of 324.77º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40993 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.04 |
| HSL | 324.77º | 0.93% | 0.5% | - |
| HSV(B) | 324.77º | 0.96% | 0.96% | - |
| XYZ | 42.67 | 21.54 | 29.51 | - |
| YUV | 95 | 157.36 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 147 | 0 | 0.96 | 0.40 | 0.04 | 324.77 | 0.93 | 0.5 |
| Hex | F4 | 9 | 93 | 0 | 60 | 28 | 4 | 145 | 5D | 32 |
| Octal | 364 | 11 | 223 | 0 | 140 | 50 | 4 | 505 | 135 | 62 |
| Binary | 11110100 | 1001 | 10010011 | 0 | 1100000 | 101000 | 100 | 101000101 | 1011101 | 110010 |
Color Harmonies of #F40993
Complementary color
Monochromatic Colors of #F40993
Black with #F40993
Text Example
Text Example
White with #F40993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40993; }
p { color: rgb(244,9,147); }
H1.HeaderClassName
{
color: #F40993;
}
.AnyTagClassName
{
color: #F40993;
}
</style>
background-color css
<style>
a { background-color: #F40993; }
a { background-color: rgb(244,9,147); }
div.DivClassName
{
background-color: #F40993;
}
.BgClassName
{
background-color: #F40993;
}
</style>
border-color css
<style>
span { border-color: #F40993; }
span { border-color: rgb(244,9,147); }
td.TdClassName
{
border-color: #F40993;
}
.TagClassName
{
border-color: #F40993;
}
</style>