Shades of Deep Pink #F0077C
Tints of Deep Pink #F0077C
RGB
CMYK
RGB Variations
Color information
#F0077C (or 0xF0077C) is known color: Deep Pink. HEX triplet: F0, 07 and 7C. RGB value is (240,7,124). Sum of RGB (Red+Green+Blue) = 240+7+124=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0077C is #0FF883. Grayscale: #595959. Windows color (decimal): -1046660 or 8128496. OLE color: 8128496.
HSL color Cylindrical-coordinate representation of color #F0077C: hue angle of 329.87º 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 #F0077C is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.87º | 0.94% | 0.48% | - |
| HSV(B) | 329.87º | 0.97% | 0.94% | - |
| XYZ | 39.65 | 20.13 | 20.86 | - |
| YUV | 90.01 | 147.19 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 124 | 0 | 0.97 | 0.48 | 0.06 | 329.87 | 0.94 | 0.48 |
| Hex | F0 | 7 | 7C | 0 | 61 | 30 | 6 | 14A | 5E | 30 |
| Octal | 360 | 7 | 174 | 0 | 141 | 60 | 6 | 512 | 136 | 60 |
| Binary | 11110000 | 111 | 1111100 | 0 | 1100001 | 110000 | 110 | 101001010 | 1011110 | 110000 |
Color Harmonies of #F0077C
Complementary color
Monochromatic Colors of #F0077C
Black with #F0077C
Text Example
Text Example
White with #F0077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0077C; }
p { color: rgb(240,7,124); }
H1.HeaderClassName
{
color: #F0077C;
}
.AnyTagClassName
{
color: #F0077C;
}
</style>
background-color css
<style>
a { background-color: #F0077C; }
a { background-color: rgb(240,7,124); }
div.DivClassName
{
background-color: #F0077C;
}
.BgClassName
{
background-color: #F0077C;
}
</style>
border-color css
<style>
span { border-color: #F0077C; }
span { border-color: rgb(240,7,124); }
td.TdClassName
{
border-color: #F0077C;
}
.TagClassName
{
border-color: #F0077C;
}
</style>