Shades of Pale Magenta #F77FE8
Tints of Pale Magenta #F77FE8
RGB
CMYK
RGB Variations
Color information
#F77FE8 (or 0xF77FE8) is known color: Pale Magenta. HEX triplet: F7, 7F and E8. RGB value is (247,127,232). Sum of RGB (Red+Green+Blue) = 247+127+232=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FE8 is #088017. Grayscale: #AEAEAE. Windows color (decimal): -557080 or 15237111. OLE color: 15237111.
HSL color Cylindrical-coordinate representation of color #F77FE8: hue angle of 307.5º 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 #F77FE8 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 232 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.03 |
| HSL | 307.5º | 0.88% | 0.73% | - |
| HSV(B) | 307.5º | 0.49% | 0.97% | - |
| XYZ | 60.51 | 40.78 | 81.03 | - |
| YUV | 174.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 232 | 0 | 0.49 | 0.06 | 0.03 | 307.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | E8 | 0 | 31 | 6 | 3 | 134 | 58 | 49 |
| Octal | 367 | 177 | 350 | 0 | 61 | 6 | 3 | 464 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11101000 | 0 | 110001 | 110 | 11 | 100110100 | 1011000 | 1001001 |
Color Harmonies of #F77FE8
Complementary color
Monochromatic Colors of #F77FE8
Black with #F77FE8
Text Example
Text Example
White with #F77FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FE8; }
p { color: rgb(247,127,232); }
H1.HeaderClassName
{
color: #F77FE8;
}
.AnyTagClassName
{
color: #F77FE8;
}
</style>
background-color css
<style>
a { background-color: #F77FE8; }
a { background-color: rgb(247,127,232); }
div.DivClassName
{
background-color: #F77FE8;
}
.BgClassName
{
background-color: #F77FE8;
}
</style>
border-color css
<style>
span { border-color: #F77FE8; }
span { border-color: rgb(247,127,232); }
td.TdClassName
{
border-color: #F77FE8;
}
.TagClassName
{
border-color: #F77FE8;
}
</style>