Shades of Deep Pink #F7077C
Tints of Deep Pink #F7077C
RGB
CMYK
RGB Variations
Color information
#F7077C (or 0xF7077C) is known color: Deep Pink. HEX triplet: F7, 07 and 7C. RGB value is (247,7,124). Sum of RGB (Red+Green+Blue) = 247+7+124=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7077C is #08F883. Grayscale: #5B5B5B. Windows color (decimal): -587908 or 8128503. OLE color: 8128503.
HSL color Cylindrical-coordinate representation of color #F7077C: hue angle of 330.75º 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 #F7077C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.03 |
| HSL | 330.75º | 0.94% | 0.5% | - |
| HSV(B) | 330.75º | 0.97% | 0.97% | - |
| XYZ | 42.07 | 21.38 | 20.98 | - |
| YUV | 92.1 | 146.01 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 124 | 0 | 0.97 | 0.50 | 0.03 | 330.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | 7C | 0 | 61 | 32 | 3 | 14B | 5E | 32 |
| Octal | 367 | 7 | 174 | 0 | 141 | 62 | 3 | 513 | 136 | 62 |
| Binary | 11110111 | 111 | 1111100 | 0 | 1100001 | 110010 | 11 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F7077C
Complementary color
Monochromatic Colors of #F7077C
Black with #F7077C
Text Example
Text Example
White with #F7077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7077C; }
p { color: rgb(247,7,124); }
H1.HeaderClassName
{
color: #F7077C;
}
.AnyTagClassName
{
color: #F7077C;
}
</style>
background-color css
<style>
a { background-color: #F7077C; }
a { background-color: rgb(247,7,124); }
div.DivClassName
{
background-color: #F7077C;
}
.BgClassName
{
background-color: #F7077C;
}
</style>
border-color css
<style>
span { border-color: #F7077C; }
span { border-color: rgb(247,7,124); }
td.TdClassName
{
border-color: #F7077C;
}
.TagClassName
{
border-color: #F7077C;
}
</style>