Shades of Deep Pink #F0057F
Tints of Deep Pink #F0057F
RGB
CMYK
RGB Variations
Color information
#F0057F (or 0xF0057F) is known color: Deep Pink. HEX triplet: F0, 05 and 7F. RGB value is (240,5,127). Sum of RGB (Red+Green+Blue) = 240+5+127=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0057F is #0FFA80. Grayscale: #585858. Windows color (decimal): -1047169 or 8324592. OLE color: 8324592.
HSL color Cylindrical-coordinate representation of color #F0057F: hue angle of 328.85º degrees, saturation: 0.96, 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 #F0057F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.06 |
| HSL | 328.85º | 0.96% | 0.48% | - |
| HSV(B) | 328.85º | 0.98% | 0.94% | - |
| XYZ | 39.82 | 20.17 | 21.87 | - |
| YUV | 89.17 | 149.36 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 127 | 0 | 0.98 | 0.47 | 0.06 | 328.85 | 0.96 | 0.48 |
| Hex | F0 | 5 | 7F | 0 | 62 | 2F | 6 | 149 | 60 | 30 |
| Octal | 360 | 5 | 177 | 0 | 142 | 57 | 6 | 511 | 140 | 60 |
| Binary | 11110000 | 101 | 1111111 | 0 | 1100010 | 101111 | 110 | 101001001 | 1100000 | 110000 |
Color Harmonies of #F0057F
Complementary color
Monochromatic Colors of #F0057F
Black with #F0057F
Text Example
Text Example
White with #F0057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0057F; }
p { color: rgb(240,5,127); }
H1.HeaderClassName
{
color: #F0057F;
}
.AnyTagClassName
{
color: #F0057F;
}
</style>
background-color css
<style>
a { background-color: #F0057F; }
a { background-color: rgb(240,5,127); }
div.DivClassName
{
background-color: #F0057F;
}
.BgClassName
{
background-color: #F0057F;
}
</style>
border-color css
<style>
span { border-color: #F0057F; }
span { border-color: rgb(240,5,127); }
td.TdClassName
{
border-color: #F0057F;
}
.TagClassName
{
border-color: #F0057F;
}
</style>