Shades of Deep Pink #F40D93
Tints of Deep Pink #F40D93
RGB
CMYK
RGB Variations
Color information
#F40D93 (or 0xF40D93) is known color: Deep Pink. HEX triplet: F4, 0D and 93. RGB value is (244,13,147). Sum of RGB (Red+Green+Blue) = 244+13+147=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40D93 is #0BF26C. Grayscale: #616161. Windows color (decimal): -782957 or 9637364. OLE color: 9637364.
HSL color Cylindrical-coordinate representation of color #F40D93: hue angle of 325.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40D93 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 13 | 147 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.04 |
| HSL | 325.19º | 0.91% | 0.5% | - |
| HSV(B) | 325.19º | 0.95% | 0.96% | - |
| XYZ | 42.72 | 21.63 | 29.53 | - |
| YUV | 97.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 13 | 147 | 0 | 0.95 | 0.40 | 0.04 | 325.19 | 0.91 | 0.5 |
| Hex | F4 | D | 93 | 0 | 5F | 28 | 4 | 145 | 5B | 32 |
| Octal | 364 | 15 | 223 | 0 | 137 | 50 | 4 | 505 | 133 | 62 |
| Binary | 11110100 | 1101 | 10010011 | 0 | 1011111 | 101000 | 100 | 101000101 | 1011011 | 110010 |
Color Harmonies of #F40D93
Complementary color
Monochromatic Colors of #F40D93
Black with #F40D93
Text Example
Text Example
White with #F40D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40D93; }
p { color: rgb(244,13,147); }
H1.HeaderClassName
{
color: #F40D93;
}
.AnyTagClassName
{
color: #F40D93;
}
</style>
background-color css
<style>
a { background-color: #F40D93; }
a { background-color: rgb(244,13,147); }
div.DivClassName
{
background-color: #F40D93;
}
.BgClassName
{
background-color: #F40D93;
}
</style>
border-color css
<style>
span { border-color: #F40D93; }
span { border-color: rgb(244,13,147); }
td.TdClassName
{
border-color: #F40D93;
}
.TagClassName
{
border-color: #F40D93;
}
</style>