Shades of Pale Magenta #F77FE5
Tints of Pale Magenta #F77FE5
RGB
CMYK
RGB Variations
Color information
#F77FE5 (or 0xF77FE5) is known color: Pale Magenta. HEX triplet: F7, 7F and E5. RGB value is (247,127,229). Sum of RGB (Red+Green+Blue) = 247+127+229=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FE5 is #08801A. Grayscale: #AEAEAE. Windows color (decimal): -557083 or 15040503. OLE color: 15040503.
HSL color Cylindrical-coordinate representation of color #F77FE5: hue angle of 309º 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 #F77FE5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 229 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.03 |
| HSL | 309º | 0.88% | 0.73% | - |
| HSV(B) | 309º | 0.49% | 0.97% | - |
| XYZ | 60.09 | 40.61 | 78.8 | - |
| YUV | 174.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 229 | 0 | 0.49 | 0.07 | 0.03 | 309 | 0.88 | 0.73 |
| Hex | F7 | 7F | E5 | 0 | 31 | 7 | 3 | 135 | 58 | 49 |
| Octal | 367 | 177 | 345 | 0 | 61 | 7 | 3 | 465 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11100101 | 0 | 110001 | 111 | 11 | 100110101 | 1011000 | 1001001 |
Color Harmonies of #F77FE5
Complementary color
Monochromatic Colors of #F77FE5
Black with #F77FE5
Text Example
Text Example
White with #F77FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FE5; }
p { color: rgb(247,127,229); }
H1.HeaderClassName
{
color: #F77FE5;
}
.AnyTagClassName
{
color: #F77FE5;
}
</style>
background-color css
<style>
a { background-color: #F77FE5; }
a { background-color: rgb(247,127,229); }
div.DivClassName
{
background-color: #F77FE5;
}
.BgClassName
{
background-color: #F77FE5;
}
</style>
border-color css
<style>
span { border-color: #F77FE5; }
span { border-color: rgb(247,127,229); }
td.TdClassName
{
border-color: #F77FE5;
}
.TagClassName
{
border-color: #F77FE5;
}
</style>