Shades of Deep Pink #F4057C
Tints of Deep Pink #F4057C
RGB
CMYK
RGB Variations
Color information
#F4057C (or 0xF4057C) is known color: Deep Pink. HEX triplet: F4, 05 and 7C. RGB value is (244,5,124). Sum of RGB (Red+Green+Blue) = 244+5+124=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4057C is #0BFA83. Grayscale: #595959. Windows color (decimal): -785028 or 8127988. OLE color: 8127988.
HSL color Cylindrical-coordinate representation of color #F4057C: hue angle of 330.13º degrees, saturation: 0.96, 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 #F4057C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.04 |
| HSL | 330.13º | 0.96% | 0.49% | - |
| HSV(B) | 330.13º | 0.98% | 0.96% | - |
| XYZ | 41 | 20.8 | 20.92 | - |
| YUV | 90.03 | 147.18 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 124 | 0 | 0.98 | 0.49 | 0.04 | 330.13 | 0.96 | 0.49 |
| Hex | F4 | 5 | 7C | 0 | 62 | 31 | 4 | 14A | 60 | 31 |
| Octal | 364 | 5 | 174 | 0 | 142 | 61 | 4 | 512 | 140 | 61 |
| Binary | 11110100 | 101 | 1111100 | 0 | 1100010 | 110001 | 100 | 101001010 | 1100000 | 110001 |
Color Harmonies of #F4057C
Complementary color
Monochromatic Colors of #F4057C
Black with #F4057C
Text Example
Text Example
White with #F4057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4057C; }
p { color: rgb(244,5,124); }
H1.HeaderClassName
{
color: #F4057C;
}
.AnyTagClassName
{
color: #F4057C;
}
</style>
background-color css
<style>
a { background-color: #F4057C; }
a { background-color: rgb(244,5,124); }
div.DivClassName
{
background-color: #F4057C;
}
.BgClassName
{
background-color: #F4057C;
}
</style>
border-color css
<style>
span { border-color: #F4057C; }
span { border-color: rgb(244,5,124); }
td.TdClassName
{
border-color: #F4057C;
}
.TagClassName
{
border-color: #F4057C;
}
</style>