Shades of Deep Pink #F0077E
Tints of Deep Pink #F0077E
RGB
CMYK
RGB Variations
Color information
#F0077E (or 0xF0077E) is known color: Deep Pink. HEX triplet: F0, 07 and 7E. RGB value is (240,7,126). Sum of RGB (Red+Green+Blue) = 240+7+126=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0077E is #0FF881. Grayscale: #595959. Windows color (decimal): -1046658 or 8259568. OLE color: 8259568.
HSL color Cylindrical-coordinate representation of color #F0077E: hue angle of 329.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0077E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.36º | 0.94% | 0.48% | - |
| HSV(B) | 329.36º | 0.97% | 0.94% | - |
| XYZ | 39.78 | 20.18 | 21.54 | - |
| YUV | 90.23 | 148.19 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 126 | 0 | 0.97 | 0.48 | 0.06 | 329.36 | 0.94 | 0.48 |
| Hex | F0 | 7 | 7E | 0 | 61 | 30 | 6 | 149 | 5E | 30 |
| Octal | 360 | 7 | 176 | 0 | 141 | 60 | 6 | 511 | 136 | 60 |
| Binary | 11110000 | 111 | 1111110 | 0 | 1100001 | 110000 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #F0077E
Complementary color
Monochromatic Colors of #F0077E
Black with #F0077E
Text Example
Text Example
White with #F0077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0077E; }
p { color: rgb(240,7,126); }
H1.HeaderClassName
{
color: #F0077E;
}
.AnyTagClassName
{
color: #F0077E;
}
</style>
background-color css
<style>
a { background-color: #F0077E; }
a { background-color: rgb(240,7,126); }
div.DivClassName
{
background-color: #F0077E;
}
.BgClassName
{
background-color: #F0077E;
}
</style>
border-color css
<style>
span { border-color: #F0077E; }
span { border-color: rgb(240,7,126); }
td.TdClassName
{
border-color: #F0077E;
}
.TagClassName
{
border-color: #F0077E;
}
</style>