Shades of Deep Pink #F0047C
Tints of Deep Pink #F0047C
RGB
CMYK
RGB Variations
Color information
#F0047C (or 0xF0047C) is known color: Deep Pink. HEX triplet: F0, 04 and 7C. RGB value is (240,4,124). Sum of RGB (Red+Green+Blue) = 240+4+124=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0047C is #0FFB83. Grayscale: #585858. Windows color (decimal): -1047428 or 8127728. OLE color: 8127728.
HSL color Cylindrical-coordinate representation of color #F0047C: hue angle of 329.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0047C is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.06 |
| HSL | 329.49º | 0.97% | 0.48% | - |
| HSV(B) | 329.49º | 0.98% | 0.94% | - |
| XYZ | 39.62 | 20.07 | 20.85 | - |
| YUV | 88.24 | 148.19 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 124 | 0 | 0.98 | 0.48 | 0.06 | 329.49 | 0.97 | 0.48 |
| Hex | F0 | 4 | 7C | 0 | 62 | 30 | 6 | 149 | 61 | 30 |
| Octal | 360 | 4 | 174 | 0 | 142 | 60 | 6 | 511 | 141 | 60 |
| Binary | 11110000 | 100 | 1111100 | 0 | 1100010 | 110000 | 110 | 101001001 | 1100001 | 110000 |
Color Harmonies of #F0047C
Complementary color
Monochromatic Colors of #F0047C
Black with #F0047C
Text Example
Text Example
White with #F0047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0047C; }
p { color: rgb(240,4,124); }
H1.HeaderClassName
{
color: #F0047C;
}
.AnyTagClassName
{
color: #F0047C;
}
</style>
background-color css
<style>
a { background-color: #F0047C; }
a { background-color: rgb(240,4,124); }
div.DivClassName
{
background-color: #F0047C;
}
.BgClassName
{
background-color: #F0047C;
}
</style>
border-color css
<style>
span { border-color: #F0047C; }
span { border-color: rgb(240,4,124); }
td.TdClassName
{
border-color: #F0047C;
}
.TagClassName
{
border-color: #F0047C;
}
</style>