Shades of Deep Pink #F70078
Tints of Deep Pink #F70078
RGB
CMYK
RGB Variations
Color information
#F70078 (or 0xF70078) is known color: Deep Pink. HEX triplet: F7, 00 and 78. RGB value is (247,0,120). Sum of RGB (Red+Green+Blue) = 247+0+120=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70078 is #08FF87. Grayscale: #575757. Windows color (decimal): -589704 or 7864567. OLE color: 7864567.
HSL color Cylindrical-coordinate representation of color #F70078: hue angle of 330.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70078 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.51 | 0.03 |
| HSL | 330.85º | 1% | 0.48% | - |
| HSV(B) | 330.85º | 1% | 0.97% | - |
| XYZ | 41.75 | 21.13 | 19.65 | - |
| YUV | 87.53 | 146.33 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 120 | 0 | 1 | 0.51 | 0.03 | 330.85 | 1 | 0.48 |
| Hex | F7 | 0 | 78 | 0 | 64 | 33 | 3 | 14B | 64 | 30 |
| Octal | 367 | 0 | 170 | 0 | 144 | 63 | 3 | 513 | 144 | 60 |
| Binary | 11110111 | 0 | 1111000 | 0 | 1100100 | 110011 | 11 | 101001011 | 1100100 | 110000 |
Color Harmonies of #F70078
Complementary color
Monochromatic Colors of #F70078
Black with #F70078
Text Example
Text Example
White with #F70078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70078; }
p { color: rgb(247,0,120); }
H1.HeaderClassName
{
color: #F70078;
}
.AnyTagClassName
{
color: #F70078;
}
</style>
background-color css
<style>
a { background-color: #F70078; }
a { background-color: rgb(247,0,120); }
div.DivClassName
{
background-color: #F70078;
}
.BgClassName
{
background-color: #F70078;
}
</style>
border-color css
<style>
span { border-color: #F70078; }
span { border-color: rgb(247,0,120); }
td.TdClassName
{
border-color: #F70078;
}
.TagClassName
{
border-color: #F70078;
}
</style>