Shades of Pale Magenta #F077E1
Tints of Pale Magenta #F077E1
RGB
CMYK
RGB Variations
Color information
#F077E1 (or 0xF077E1) is known color: Pale Magenta. HEX triplet: F0, 77 and E1. RGB value is (240,119,225). Sum of RGB (Red+Green+Blue) = 240+119+225=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F077E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077E1 is #0F881E. Grayscale: #A6A6A6. Windows color (decimal): -1017887 or 14776304. OLE color: 14776304.
HSL color Cylindrical-coordinate representation of color #F077E1: hue angle of 307.44º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077E1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 225 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.06 |
| HSL | 307.44º | 0.8% | 0.7% | - |
| HSV(B) | 307.44º | 0.5% | 0.94% | - |
| XYZ | 56.12 | 37.16 | 75.45 | - |
| YUV | 167.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 225 | 0 | 0.50 | 0.06 | 0.06 | 307.44 | 0.8 | 0.7 |
| Hex | F0 | 77 | E1 | 0 | 32 | 6 | 6 | 133 | 50 | 46 |
| Octal | 360 | 167 | 341 | 0 | 62 | 6 | 6 | 463 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11100001 | 0 | 110010 | 110 | 110 | 100110011 | 1010000 | 1000110 |
Color Harmonies of #F077E1
Complementary color
Monochromatic Colors of #F077E1
Black with #F077E1
Text Example
Text Example
White with #F077E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077E1; }
p { color: rgb(240,119,225); }
H1.HeaderClassName
{
color: #F077E1;
}
.AnyTagClassName
{
color: #F077E1;
}
</style>
background-color css
<style>
a { background-color: #F077E1; }
a { background-color: rgb(240,119,225); }
div.DivClassName
{
background-color: #F077E1;
}
.BgClassName
{
background-color: #F077E1;
}
</style>
border-color css
<style>
span { border-color: #F077E1; }
span { border-color: rgb(240,119,225); }
td.TdClassName
{
border-color: #F077E1;
}
.TagClassName
{
border-color: #F077E1;
}
</style>