Shades of Deep Pink #F40E7A
Tints of Deep Pink #F40E7A
RGB
CMYK
RGB Variations
Color information
#F40E7A (or 0xF40E7A) is known color: Deep Pink. HEX triplet: F4, 0E and 7A. RGB value is (244,14,122). Sum of RGB (Red+Green+Blue) = 244+14+122=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E7A is #0BF185. Grayscale: #5E5E5E. Windows color (decimal): -782726 or 7999220. OLE color: 7999220.
HSL color Cylindrical-coordinate representation of color #F40E7A: hue angle of 331.83º 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 #F40E7A is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.04 |
| HSL | 331.83º | 0.91% | 0.51% | - |
| HSV(B) | 331.83º | 0.94% | 0.96% | - |
| XYZ | 40.98 | 20.95 | 20.3 | - |
| YUV | 95.08 | 143.2 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 122 | 0 | 0.94 | 0.5 | 0.04 | 331.83 | 0.91 | 0.51 |
| Hex | F4 | E | 7A | 0 | 5E | 32 | 4 | 14C | 5B | 33 |
| Octal | 364 | 16 | 172 | 0 | 136 | 62 | 4 | 514 | 133 | 63 |
| Binary | 11110100 | 1110 | 1111010 | 0 | 1011110 | 110010 | 100 | 101001100 | 1011011 | 110011 |
Color Harmonies of #F40E7A
Complementary color
Monochromatic Colors of #F40E7A
Black with #F40E7A
Text Example
Text Example
White with #F40E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E7A; }
p { color: rgb(244,14,122); }
H1.HeaderClassName
{
color: #F40E7A;
}
.AnyTagClassName
{
color: #F40E7A;
}
</style>
background-color css
<style>
a { background-color: #F40E7A; }
a { background-color: rgb(244,14,122); }
div.DivClassName
{
background-color: #F40E7A;
}
.BgClassName
{
background-color: #F40E7A;
}
</style>
border-color css
<style>
span { border-color: #F40E7A; }
span { border-color: rgb(244,14,122); }
td.TdClassName
{
border-color: #F40E7A;
}
.TagClassName
{
border-color: #F40E7A;
}
</style>