Shades of Deep Pink #F7078D
Tints of Deep Pink #F7078D
RGB
CMYK
RGB Variations
Color information
#F7078D (or 0xF7078D) is known color: Deep Pink. HEX triplet: F7, 07 and 8D. RGB value is (247,7,141). Sum of RGB (Red+Green+Blue) = 247+7+141=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7078D is #08F872. Grayscale: #5D5D5D. Windows color (decimal): -587891 or 9242615. OLE color: 9242615.
HSL color Cylindrical-coordinate representation of color #F7078D: hue angle of 326.5º 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 #F7078D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.03 |
| HSL | 326.5º | 0.94% | 0.5% | - |
| HSV(B) | 326.5º | 0.97% | 0.97% | - |
| XYZ | 43.24 | 21.85 | 27.14 | - |
| YUV | 94.04 | 154.51 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 141 | 0 | 0.97 | 0.43 | 0.03 | 326.5 | 0.94 | 0.5 |
| Hex | F7 | 7 | 8D | 0 | 61 | 2B | 3 | 146 | 5E | 32 |
| Octal | 367 | 7 | 215 | 0 | 141 | 53 | 3 | 506 | 136 | 62 |
| Binary | 11110111 | 111 | 10001101 | 0 | 1100001 | 101011 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F7078D
Complementary color
Monochromatic Colors of #F7078D
Black with #F7078D
Text Example
Text Example
White with #F7078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7078D; }
p { color: rgb(247,7,141); }
H1.HeaderClassName
{
color: #F7078D;
}
.AnyTagClassName
{
color: #F7078D;
}
</style>
background-color css
<style>
a { background-color: #F7078D; }
a { background-color: rgb(247,7,141); }
div.DivClassName
{
background-color: #F7078D;
}
.BgClassName
{
background-color: #F7078D;
}
</style>
border-color css
<style>
span { border-color: #F7078D; }
span { border-color: rgb(247,7,141); }
td.TdClassName
{
border-color: #F7078D;
}
.TagClassName
{
border-color: #F7078D;
}
</style>