Shades of Deep Pink #F7078B
Tints of Deep Pink #F7078B
RGB
CMYK
RGB Variations
Color information
#F7078B (or 0xF7078B) is known color: Deep Pink. HEX triplet: F7, 07 and 8B. RGB value is (247,7,139). Sum of RGB (Red+Green+Blue) = 247+7+139=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7078B is #08F874. Grayscale: #5D5D5D. Windows color (decimal): -587893 or 9111543. OLE color: 9111543.
HSL color Cylindrical-coordinate representation of color #F7078B: hue angle of 327º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7078B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.03 |
| HSL | 327º | 0.94% | 0.5% | - |
| HSV(B) | 327º | 0.97% | 0.97% | - |
| XYZ | 43.09 | 21.79 | 26.36 | - |
| YUV | 93.81 | 153.51 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 139 | 0 | 0.97 | 0.44 | 0.03 | 327 | 0.94 | 0.5 |
| Hex | F7 | 7 | 8B | 0 | 61 | 2C | 3 | 147 | 5E | 32 |
| Octal | 367 | 7 | 213 | 0 | 141 | 54 | 3 | 507 | 136 | 62 |
| Binary | 11110111 | 111 | 10001011 | 0 | 1100001 | 101100 | 11 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F7078B
Complementary color
Monochromatic Colors of #F7078B
Black with #F7078B
Text Example
Text Example
White with #F7078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7078B; }
p { color: rgb(247,7,139); }
H1.HeaderClassName
{
color: #F7078B;
}
.AnyTagClassName
{
color: #F7078B;
}
</style>
background-color css
<style>
a { background-color: #F7078B; }
a { background-color: rgb(247,7,139); }
div.DivClassName
{
background-color: #F7078B;
}
.BgClassName
{
background-color: #F7078B;
}
</style>
border-color css
<style>
span { border-color: #F7078B; }
span { border-color: rgb(247,7,139); }
td.TdClassName
{
border-color: #F7078B;
}
.TagClassName
{
border-color: #F7078B;
}
</style>