Shades of Deep Pink #F0037C
Tints of Deep Pink #F0037C
RGB
CMYK
RGB Variations
Color information
#F0037C (or 0xF0037C) is known color: Deep Pink. HEX triplet: F0, 03 and 7C. RGB value is (240,3,124). Sum of RGB (Red+Green+Blue) = 240+3+124=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0037C is #0FFC83. Grayscale: #575757. Windows color (decimal): -1047684 or 8127472. OLE color: 8127472.
HSL color Cylindrical-coordinate representation of color #F0037C: hue angle of 329.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0037C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.06 |
| HSL | 329.37º | 0.98% | 0.48% | - |
| HSV(B) | 329.37º | 0.99% | 0.94% | - |
| XYZ | 39.61 | 20.05 | 20.85 | - |
| YUV | 87.66 | 148.52 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 124 | 0 | 0.99 | 0.48 | 0.06 | 329.37 | 0.98 | 0.48 |
| Hex | F0 | 3 | 7C | 0 | 63 | 30 | 6 | 149 | 62 | 30 |
| Octal | 360 | 3 | 174 | 0 | 143 | 60 | 6 | 511 | 142 | 60 |
| Binary | 11110000 | 11 | 1111100 | 0 | 1100011 | 110000 | 110 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F0037C
Complementary color
Monochromatic Colors of #F0037C
Black with #F0037C
Text Example
Text Example
White with #F0037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0037C; }
p { color: rgb(240,3,124); }
H1.HeaderClassName
{
color: #F0037C;
}
.AnyTagClassName
{
color: #F0037C;
}
</style>
background-color css
<style>
a { background-color: #F0037C; }
a { background-color: rgb(240,3,124); }
div.DivClassName
{
background-color: #F0037C;
}
.BgClassName
{
background-color: #F0037C;
}
</style>
border-color css
<style>
span { border-color: #F0037C; }
span { border-color: rgb(240,3,124); }
td.TdClassName
{
border-color: #F0037C;
}
.TagClassName
{
border-color: #F0037C;
}
</style>