Shades of Deep Pink #F0057D
Tints of Deep Pink #F0057D
RGB
CMYK
RGB Variations
Color information
#F0057D (or 0xF0057D) is known color: Deep Pink. HEX triplet: F0, 05 and 7D. RGB value is (240,5,125). Sum of RGB (Red+Green+Blue) = 240+5+125=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0057D is #0FFA82. Grayscale: #585858. Windows color (decimal): -1047171 or 8193520. OLE color: 8193520.
HSL color Cylindrical-coordinate representation of color #F0057D: hue angle of 329.36º 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 #F0057D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.06 |
| HSL | 329.36º | 0.96% | 0.48% | - |
| HSV(B) | 329.36º | 0.98% | 0.94% | - |
| XYZ | 39.69 | 20.11 | 21.19 | - |
| YUV | 88.95 | 148.36 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 125 | 0 | 0.98 | 0.48 | 0.06 | 329.36 | 0.96 | 0.48 |
| Hex | F0 | 5 | 7D | 0 | 62 | 30 | 6 | 149 | 60 | 30 |
| Octal | 360 | 5 | 175 | 0 | 142 | 60 | 6 | 511 | 140 | 60 |
| Binary | 11110000 | 101 | 1111101 | 0 | 1100010 | 110000 | 110 | 101001001 | 1100000 | 110000 |
Color Harmonies of #F0057D
Complementary color
Monochromatic Colors of #F0057D
Black with #F0057D
Text Example
Text Example
White with #F0057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0057D; }
p { color: rgb(240,5,125); }
H1.HeaderClassName
{
color: #F0057D;
}
.AnyTagClassName
{
color: #F0057D;
}
</style>
background-color css
<style>
a { background-color: #F0057D; }
a { background-color: rgb(240,5,125); }
div.DivClassName
{
background-color: #F0057D;
}
.BgClassName
{
background-color: #F0057D;
}
</style>
border-color css
<style>
span { border-color: #F0057D; }
span { border-color: rgb(240,5,125); }
td.TdClassName
{
border-color: #F0057D;
}
.TagClassName
{
border-color: #F0057D;
}
</style>