Shades of Deep Pink #F4037C
Tints of Deep Pink #F4037C
RGB
CMYK
RGB Variations
Color information
#F4037C (or 0xF4037C) is known color: Deep Pink. HEX triplet: F4, 03 and 7C. RGB value is (244,3,124). Sum of RGB (Red+Green+Blue) = 244+3+124=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4037C is #0BFC83. Grayscale: #585858. Windows color (decimal): -785540 or 8127476. OLE color: 8127476.
HSL color Cylindrical-coordinate representation of color #F4037C: hue angle of 329.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4037C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.04 |
| HSL | 329.88º | 0.98% | 0.48% | - |
| HSV(B) | 329.88º | 0.99% | 0.96% | - |
| XYZ | 40.98 | 20.75 | 20.91 | - |
| YUV | 88.85 | 147.84 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 124 | 0 | 0.99 | 0.49 | 0.04 | 329.88 | 0.98 | 0.48 |
| Hex | F4 | 3 | 7C | 0 | 63 | 31 | 4 | 14A | 62 | 30 |
| Octal | 364 | 3 | 174 | 0 | 143 | 61 | 4 | 512 | 142 | 60 |
| Binary | 11110100 | 11 | 1111100 | 0 | 1100011 | 110001 | 100 | 101001010 | 1100010 | 110000 |
Color Harmonies of #F4037C
Complementary color
Monochromatic Colors of #F4037C
Black with #F4037C
Text Example
Text Example
White with #F4037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4037C; }
p { color: rgb(244,3,124); }
H1.HeaderClassName
{
color: #F4037C;
}
.AnyTagClassName
{
color: #F4037C;
}
</style>
background-color css
<style>
a { background-color: #F4037C; }
a { background-color: rgb(244,3,124); }
div.DivClassName
{
background-color: #F4037C;
}
.BgClassName
{
background-color: #F4037C;
}
</style>
border-color css
<style>
span { border-color: #F4037C; }
span { border-color: rgb(244,3,124); }
td.TdClassName
{
border-color: #F4037C;
}
.TagClassName
{
border-color: #F4037C;
}
</style>