Shades of Pale Magenta #F77FE9
Tints of Pale Magenta #F77FE9
RGB
CMYK
RGB Variations
Color information
#F77FE9 (or 0xF77FE9) is known color: Pale Magenta. HEX triplet: F7, 7F and E9. RGB value is (247,127,233). Sum of RGB (Red+Green+Blue) = 247+127+233=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FE9 is #088016. Grayscale: #AEAEAE. Windows color (decimal): -557079 or 15302647. OLE color: 15302647.
HSL color Cylindrical-coordinate representation of color #F77FE9: hue angle of 307º 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 #F77FE9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 233 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.03 |
| HSL | 307º | 0.88% | 0.73% | - |
| HSV(B) | 307º | 0.49% | 0.97% | - |
| XYZ | 60.66 | 40.84 | 81.78 | - |
| YUV | 174.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 233 | 0 | 0.49 | 0.06 | 0.03 | 307 | 0.88 | 0.73 |
| Hex | F7 | 7F | E9 | 0 | 31 | 6 | 3 | 133 | 58 | 49 |
| Octal | 367 | 177 | 351 | 0 | 61 | 6 | 3 | 463 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11101001 | 0 | 110001 | 110 | 11 | 100110011 | 1011000 | 1001001 |
Color Harmonies of #F77FE9
Complementary color
Monochromatic Colors of #F77FE9
Black with #F77FE9
Text Example
Text Example
White with #F77FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FE9; }
p { color: rgb(247,127,233); }
H1.HeaderClassName
{
color: #F77FE9;
}
.AnyTagClassName
{
color: #F77FE9;
}
</style>
background-color css
<style>
a { background-color: #F77FE9; }
a { background-color: rgb(247,127,233); }
div.DivClassName
{
background-color: #F77FE9;
}
.BgClassName
{
background-color: #F77FE9;
}
</style>
border-color css
<style>
span { border-color: #F77FE9; }
span { border-color: rgb(247,127,233); }
td.TdClassName
{
border-color: #F77FE9;
}
.TagClassName
{
border-color: #F77FE9;
}
</style>