Shades of Deep Pink #F7058B
Tints of Deep Pink #F7058B
RGB
CMYK
RGB Variations
Color information
#F7058B (or 0xF7058B) is known color: Deep Pink. HEX triplet: F7, 05 and 8B. RGB value is (247,5,139). Sum of RGB (Red+Green+Blue) = 247+5+139=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7058B is #08FA74. Grayscale: #5C5C5C. Windows color (decimal): -588405 or 9111031. OLE color: 9111031.
HSL color Cylindrical-coordinate representation of color #F7058B: hue angle of 326.78º 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 #F7058B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.03 |
| HSL | 326.78º | 0.96% | 0.49% | - |
| HSV(B) | 326.78º | 0.98% | 0.97% | - |
| XYZ | 43.07 | 21.75 | 26.35 | - |
| YUV | 92.63 | 154.17 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 139 | 0 | 0.98 | 0.44 | 0.03 | 326.78 | 0.96 | 0.49 |
| Hex | F7 | 5 | 8B | 0 | 62 | 2C | 3 | 147 | 60 | 31 |
| Octal | 367 | 5 | 213 | 0 | 142 | 54 | 3 | 507 | 140 | 61 |
| Binary | 11110111 | 101 | 10001011 | 0 | 1100010 | 101100 | 11 | 101000111 | 1100000 | 110001 |
Color Harmonies of #F7058B
Complementary color
Monochromatic Colors of #F7058B
Black with #F7058B
Text Example
Text Example
White with #F7058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7058B; }
p { color: rgb(247,5,139); }
H1.HeaderClassName
{
color: #F7058B;
}
.AnyTagClassName
{
color: #F7058B;
}
</style>
background-color css
<style>
a { background-color: #F7058B; }
a { background-color: rgb(247,5,139); }
div.DivClassName
{
background-color: #F7058B;
}
.BgClassName
{
background-color: #F7058B;
}
</style>
border-color css
<style>
span { border-color: #F7058B; }
span { border-color: rgb(247,5,139); }
td.TdClassName
{
border-color: #F7058B;
}
.TagClassName
{
border-color: #F7058B;
}
</style>