Shades of Deep Pink #F4037E
Tints of Deep Pink #F4037E
RGB
CMYK
RGB Variations
Color information
#F4037E (or 0xF4037E) is known color: Deep Pink. HEX triplet: F4, 03 and 7E. RGB value is (244,3,126). Sum of RGB (Red+Green+Blue) = 244+3+126=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4037E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4037E is #0BFC81. Grayscale: #585858. Windows color (decimal): -785538 or 8258548. OLE color: 8258548.
HSL color Cylindrical-coordinate representation of color #F4037E: hue angle of 329.38º 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 #F4037E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.04 |
| HSL | 329.38º | 0.98% | 0.48% | - |
| HSV(B) | 329.38º | 0.99% | 0.96% | - |
| XYZ | 41.11 | 20.8 | 21.59 | - |
| YUV | 89.08 | 148.84 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 126 | 0 | 0.99 | 0.48 | 0.04 | 329.38 | 0.98 | 0.48 |
| Hex | F4 | 3 | 7E | 0 | 63 | 30 | 4 | 149 | 62 | 30 |
| Octal | 364 | 3 | 176 | 0 | 143 | 60 | 4 | 511 | 142 | 60 |
| Binary | 11110100 | 11 | 1111110 | 0 | 1100011 | 110000 | 100 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F4037E
Complementary color
Monochromatic Colors of #F4037E
Black with #F4037E
Text Example
Text Example
White with #F4037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4037E; }
p { color: rgb(244,3,126); }
H1.HeaderClassName
{
color: #F4037E;
}
.AnyTagClassName
{
color: #F4037E;
}
</style>
background-color css
<style>
a { background-color: #F4037E; }
a { background-color: rgb(244,3,126); }
div.DivClassName
{
background-color: #F4037E;
}
.BgClassName
{
background-color: #F4037E;
}
</style>
border-color css
<style>
span { border-color: #F4037E; }
span { border-color: rgb(244,3,126); }
td.TdClassName
{
border-color: #F4037E;
}
.TagClassName
{
border-color: #F4037E;
}
</style>