Shades of Deep Pink #F0047A
Tints of Deep Pink #F0047A
RGB
CMYK
RGB Variations
Color information
#F0047A (or 0xF0047A) is known color: Deep Pink. HEX triplet: F0, 04 and 7A. RGB value is (240,4,122). Sum of RGB (Red+Green+Blue) = 240+4+122=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0047A is #0FFB85. Grayscale: #575757. Windows color (decimal): -1047430 or 7996656. OLE color: 7996656.
HSL color Cylindrical-coordinate representation of color #F0047A: hue angle of 330º 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 #F0047A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.06 |
| HSL | 330º | 0.97% | 0.48% | - |
| HSV(B) | 330º | 0.98% | 0.94% | - |
| XYZ | 39.49 | 20.02 | 20.19 | - |
| YUV | 88.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 122 | 0 | 0.98 | 0.49 | 0.06 | 330 | 0.97 | 0.48 |
| Hex | F0 | 4 | 7A | 0 | 62 | 31 | 6 | 14A | 61 | 30 |
| Octal | 360 | 4 | 172 | 0 | 142 | 61 | 6 | 512 | 141 | 60 |
| Binary | 11110000 | 100 | 1111010 | 0 | 1100010 | 110001 | 110 | 101001010 | 1100001 | 110000 |
Color Harmonies of #F0047A
Complementary color
Monochromatic Colors of #F0047A
Black with #F0047A
Text Example
Text Example
White with #F0047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0047A; }
p { color: rgb(240,4,122); }
H1.HeaderClassName
{
color: #F0047A;
}
.AnyTagClassName
{
color: #F0047A;
}
</style>
background-color css
<style>
a { background-color: #F0047A; }
a { background-color: rgb(240,4,122); }
div.DivClassName
{
background-color: #F0047A;
}
.BgClassName
{
background-color: #F0047A;
}
</style>
border-color css
<style>
span { border-color: #F0047A; }
span { border-color: rgb(240,4,122); }
td.TdClassName
{
border-color: #F0047A;
}
.TagClassName
{
border-color: #F0047A;
}
</style>