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