Shades of Deep Pink #F7057D
Tints of Deep Pink #F7057D
RGB
CMYK
RGB Variations
Color information
#F7057D (or 0xF7057D) is known color: Deep Pink. HEX triplet: F7, 05 and 7D. RGB value is (247,5,125). Sum of RGB (Red+Green+Blue) = 247+5+125=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7057D is #08FA82. Grayscale: #5A5A5A. Windows color (decimal): -588419 or 8193527. OLE color: 8193527.
HSL color Cylindrical-coordinate representation of color #F7057D: hue angle of 330.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7057D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.03 |
| HSL | 330.25º | 0.96% | 0.49% | - |
| HSV(B) | 330.25º | 0.98% | 0.97% | - |
| XYZ | 42.11 | 21.36 | 21.31 | - |
| YUV | 91.04 | 147.17 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 125 | 0 | 0.98 | 0.49 | 0.03 | 330.25 | 0.96 | 0.49 |
| Hex | F7 | 5 | 7D | 0 | 62 | 31 | 3 | 14A | 60 | 31 |
| Octal | 367 | 5 | 175 | 0 | 142 | 61 | 3 | 512 | 140 | 61 |
| Binary | 11110111 | 101 | 1111101 | 0 | 1100010 | 110001 | 11 | 101001010 | 1100000 | 110001 |
Color Harmonies of #F7057D
Complementary color
Monochromatic Colors of #F7057D
Black with #F7057D
Text Example
Text Example
White with #F7057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7057D; }
p { color: rgb(247,5,125); }
H1.HeaderClassName
{
color: #F7057D;
}
.AnyTagClassName
{
color: #F7057D;
}
</style>
background-color css
<style>
a { background-color: #F7057D; }
a { background-color: rgb(247,5,125); }
div.DivClassName
{
background-color: #F7057D;
}
.BgClassName
{
background-color: #F7057D;
}
</style>
border-color css
<style>
span { border-color: #F7057D; }
span { border-color: rgb(247,5,125); }
td.TdClassName
{
border-color: #F7057D;
}
.TagClassName
{
border-color: #F7057D;
}
</style>