Shades of Pale Magenta #F77DE6
Tints of Pale Magenta #F77DE6
RGB
CMYK
RGB Variations
Color information
#F77DE6 (or 0xF77DE6) is known color: Pale Magenta. HEX triplet: F7, 7D and E6. RGB value is (247,125,230). Sum of RGB (Red+Green+Blue) = 247+125+230=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DE6 is #088219. Grayscale: #ADADAD. Windows color (decimal): -557594 or 15105527. OLE color: 15105527.
HSL color Cylindrical-coordinate representation of color #F77DE6: hue angle of 308.36º 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 #F77DE6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 230 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.03 |
| HSL | 308.36º | 0.88% | 0.73% | - |
| HSV(B) | 308.36º | 0.49% | 0.97% | - |
| XYZ | 59.97 | 40.15 | 79.45 | - |
| YUV | 173.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 230 | 0 | 0.49 | 0.07 | 0.03 | 308.36 | 0.88 | 0.73 |
| Hex | F7 | 7D | E6 | 0 | 31 | 7 | 3 | 134 | 58 | 49 |
| Octal | 367 | 175 | 346 | 0 | 61 | 7 | 3 | 464 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11100110 | 0 | 110001 | 111 | 11 | 100110100 | 1011000 | 1001001 |
Color Harmonies of #F77DE6
Complementary color
Monochromatic Colors of #F77DE6
Black with #F77DE6
Text Example
Text Example
White with #F77DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DE6; }
p { color: rgb(247,125,230); }
H1.HeaderClassName
{
color: #F77DE6;
}
.AnyTagClassName
{
color: #F77DE6;
}
</style>
background-color css
<style>
a { background-color: #F77DE6; }
a { background-color: rgb(247,125,230); }
div.DivClassName
{
background-color: #F77DE6;
}
.BgClassName
{
background-color: #F77DE6;
}
</style>
border-color css
<style>
span { border-color: #F77DE6; }
span { border-color: rgb(247,125,230); }
td.TdClassName
{
border-color: #F77DE6;
}
.TagClassName
{
border-color: #F77DE6;
}
</style>