Shades of Deep Pink #F40E8C
Tints of Deep Pink #F40E8C
RGB
CMYK
RGB Variations
Color information
#F40E8C (or 0xF40E8C) is known color: Deep Pink. HEX triplet: F4, 0E and 8C. RGB value is (244,14,140). Sum of RGB (Red+Green+Blue) = 244+14+140=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40E8C is #0BF173. Grayscale: #606060. Windows color (decimal): -782708 or 9178868. OLE color: 9178868.
HSL color Cylindrical-coordinate representation of color #F40E8C: hue angle of 327.13º 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 #F40E8C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 140 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.04 |
| HSL | 327.13º | 0.91% | 0.51% | - |
| HSV(B) | 327.13º | 0.94% | 0.96% | - |
| XYZ | 42.2 | 21.44 | 26.73 | - |
| YUV | 97.13 | 152.2 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 140 | 0 | 0.94 | 0.43 | 0.04 | 327.13 | 0.91 | 0.51 |
| Hex | F4 | E | 8C | 0 | 5E | 2B | 4 | 147 | 5B | 33 |
| Octal | 364 | 16 | 214 | 0 | 136 | 53 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 1110 | 10001100 | 0 | 1011110 | 101011 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F40E8C
Complementary color
Monochromatic Colors of #F40E8C
Black with #F40E8C
Text Example
Text Example
White with #F40E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E8C; }
p { color: rgb(244,14,140); }
H1.HeaderClassName
{
color: #F40E8C;
}
.AnyTagClassName
{
color: #F40E8C;
}
</style>
background-color css
<style>
a { background-color: #F40E8C; }
a { background-color: rgb(244,14,140); }
div.DivClassName
{
background-color: #F40E8C;
}
.BgClassName
{
background-color: #F40E8C;
}
</style>
border-color css
<style>
span { border-color: #F40E8C; }
span { border-color: rgb(244,14,140); }
td.TdClassName
{
border-color: #F40E8C;
}
.TagClassName
{
border-color: #F40E8C;
}
</style>