Shades of Pale Magenta #F77EEA
Tints of Pale Magenta #F77EEA
RGB
CMYK
RGB Variations
Color information
#F77EEA (or 0xF77EEA) is known color: Pale Magenta. HEX triplet: F7, 7E and EA. RGB value is (247,126,234). Sum of RGB (Red+Green+Blue) = 247+126+234=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 126 (49.61% from 255 or 20.76% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EEA is #088115. Grayscale: #AEAEAE. Windows color (decimal): -557334 or 15367927. OLE color: 15367927.
HSL color Cylindrical-coordinate representation of color #F77EEA: hue angle of 306.45º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77EEA is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 234 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.03 |
| HSL | 306.45º | 0.88% | 0.73% | - |
| HSV(B) | 306.45º | 0.49% | 0.97% | - |
| XYZ | 60.67 | 40.64 | 82.49 | - |
| YUV | 174.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 234 | 0 | 0.49 | 0.05 | 0.03 | 306.45 | 0.88 | 0.73 |
| Hex | F7 | 7E | EA | 0 | 31 | 5 | 3 | 132 | 58 | 49 |
| Octal | 367 | 176 | 352 | 0 | 61 | 5 | 3 | 462 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11101010 | 0 | 110001 | 101 | 11 | 100110010 | 1011000 | 1001001 |
Color Harmonies of #F77EEA
Complementary color
Monochromatic Colors of #F77EEA
Black with #F77EEA
Text Example
Text Example
White with #F77EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EEA; }
p { color: rgb(247,126,234); }
H1.HeaderClassName
{
color: #F77EEA;
}
.AnyTagClassName
{
color: #F77EEA;
}
</style>
background-color css
<style>
a { background-color: #F77EEA; }
a { background-color: rgb(247,126,234); }
div.DivClassName
{
background-color: #F77EEA;
}
.BgClassName
{
background-color: #F77EEA;
}
</style>
border-color css
<style>
span { border-color: #F77EEA; }
span { border-color: rgb(247,126,234); }
td.TdClassName
{
border-color: #F77EEA;
}
.TagClassName
{
border-color: #F77EEA;
}
</style>