Shades of Deep Pink #F4047F
Tints of Deep Pink #F4047F
RGB
CMYK
RGB Variations
Color information
#F4047F (or 0xF4047F) is known color: Deep Pink. HEX triplet: F4, 04 and 7F. RGB value is (244,4,127). Sum of RGB (Red+Green+Blue) = 244+4+127=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4047F is #0BFB80. Grayscale: #595959. Windows color (decimal): -785281 or 8324340. OLE color: 8324340.
HSL color Cylindrical-coordinate representation of color #F4047F: hue angle of 329.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4047F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.04 |
| HSL | 329.25º | 0.97% | 0.49% | - |
| HSV(B) | 329.25º | 0.98% | 0.96% | - |
| XYZ | 41.18 | 20.85 | 21.93 | - |
| YUV | 89.78 | 149.01 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 127 | 0 | 0.98 | 0.48 | 0.04 | 329.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 7F | 0 | 62 | 30 | 4 | 149 | 61 | 31 |
| Octal | 364 | 4 | 177 | 0 | 142 | 60 | 4 | 511 | 141 | 61 |
| Binary | 11110100 | 100 | 1111111 | 0 | 1100010 | 110000 | 100 | 101001001 | 1100001 | 110001 |
Color Harmonies of #F4047F
Complementary color
Monochromatic Colors of #F4047F
Black with #F4047F
Text Example
Text Example
White with #F4047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4047F; }
p { color: rgb(244,4,127); }
H1.HeaderClassName
{
color: #F4047F;
}
.AnyTagClassName
{
color: #F4047F;
}
</style>
background-color css
<style>
a { background-color: #F4047F; }
a { background-color: rgb(244,4,127); }
div.DivClassName
{
background-color: #F4047F;
}
.BgClassName
{
background-color: #F4047F;
}
</style>
border-color css
<style>
span { border-color: #F4047F; }
span { border-color: rgb(244,4,127); }
td.TdClassName
{
border-color: #F4047F;
}
.TagClassName
{
border-color: #F4047F;
}
</style>