Shades of Deep Pink #F7058D
Tints of Deep Pink #F7058D
RGB
CMYK
RGB Variations
Color information
#F7058D (or 0xF7058D) is known color: Deep Pink. HEX triplet: F7, 05 and 8D. RGB value is (247,5,141). Sum of RGB (Red+Green+Blue) = 247+5+141=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7058D is #08FA72. Grayscale: #5C5C5C. Windows color (decimal): -588403 or 9242103. OLE color: 9242103.
HSL color Cylindrical-coordinate representation of color #F7058D: hue angle of 326.28º 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 #F7058D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.03 |
| HSL | 326.28º | 0.96% | 0.49% | - |
| HSV(B) | 326.28º | 0.98% | 0.97% | - |
| XYZ | 43.22 | 21.81 | 27.13 | - |
| YUV | 92.86 | 155.17 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 141 | 0 | 0.98 | 0.43 | 0.03 | 326.28 | 0.96 | 0.49 |
| Hex | F7 | 5 | 8D | 0 | 62 | 2B | 3 | 146 | 60 | 31 |
| Octal | 367 | 5 | 215 | 0 | 142 | 53 | 3 | 506 | 140 | 61 |
| Binary | 11110111 | 101 | 10001101 | 0 | 1100010 | 101011 | 11 | 101000110 | 1100000 | 110001 |
Color Harmonies of #F7058D
Complementary color
Monochromatic Colors of #F7058D
Black with #F7058D
Text Example
Text Example
White with #F7058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7058D; }
p { color: rgb(247,5,141); }
H1.HeaderClassName
{
color: #F7058D;
}
.AnyTagClassName
{
color: #F7058D;
}
</style>
background-color css
<style>
a { background-color: #F7058D; }
a { background-color: rgb(247,5,141); }
div.DivClassName
{
background-color: #F7058D;
}
.BgClassName
{
background-color: #F7058D;
}
</style>
border-color css
<style>
span { border-color: #F7058D; }
span { border-color: rgb(247,5,141); }
td.TdClassName
{
border-color: #F7058D;
}
.TagClassName
{
border-color: #F7058D;
}
</style>