Shades of Deep Pink #F40E7C
Tints of Deep Pink #F40E7C
RGB
CMYK
RGB Variations
Color information
#F40E7C (or 0xF40E7C) is known color: Deep Pink. HEX triplet: F4, 0E and 7C. RGB value is (244,14,124). Sum of RGB (Red+Green+Blue) = 244+14+124=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E7C is #0BF183. Grayscale: #5F5F5F. Windows color (decimal): -782724 or 8130292. OLE color: 8130292.
HSL color Cylindrical-coordinate representation of color #F40E7C: hue angle of 331.3º 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 #F40E7C is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 124 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.04 |
| HSL | 331.3º | 0.91% | 0.51% | - |
| HSV(B) | 331.3º | 0.94% | 0.96% | - |
| XYZ | 41.1 | 21 | 20.96 | - |
| YUV | 95.31 | 144.2 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 124 | 0 | 0.94 | 0.49 | 0.04 | 331.3 | 0.91 | 0.51 |
| Hex | F4 | E | 7C | 0 | 5E | 31 | 4 | 14B | 5B | 33 |
| Octal | 364 | 16 | 174 | 0 | 136 | 61 | 4 | 513 | 133 | 63 |
| Binary | 11110100 | 1110 | 1111100 | 0 | 1011110 | 110001 | 100 | 101001011 | 1011011 | 110011 |
Color Harmonies of #F40E7C
Complementary color
Monochromatic Colors of #F40E7C
Black with #F40E7C
Text Example
Text Example
White with #F40E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E7C; }
p { color: rgb(244,14,124); }
H1.HeaderClassName
{
color: #F40E7C;
}
.AnyTagClassName
{
color: #F40E7C;
}
</style>
background-color css
<style>
a { background-color: #F40E7C; }
a { background-color: rgb(244,14,124); }
div.DivClassName
{
background-color: #F40E7C;
}
.BgClassName
{
background-color: #F40E7C;
}
</style>
border-color css
<style>
span { border-color: #F40E7C; }
span { border-color: rgb(244,14,124); }
td.TdClassName
{
border-color: #F40E7C;
}
.TagClassName
{
border-color: #F40E7C;
}
</style>