Shades of Pale Magenta #F77DE5
Tints of Pale Magenta #F77DE5
RGB
CMYK
RGB Variations
Color information
#F77DE5 (or 0xF77DE5) is known color: Pale Magenta. HEX triplet: F7, 7D and E5. RGB value is (247,125,229). Sum of RGB (Red+Green+Blue) = 247+125+229=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DE5 is #08821A. Grayscale: #ADADAD. Windows color (decimal): -557595 or 15039991. OLE color: 15039991.
HSL color Cylindrical-coordinate representation of color #F77DE5: hue angle of 308.85º 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 #F77DE5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 229 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.03 |
| HSL | 308.85º | 0.88% | 0.73% | - |
| HSV(B) | 308.85º | 0.49% | 0.97% | - |
| XYZ | 59.83 | 40.1 | 78.71 | - |
| YUV | 173.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 229 | 0 | 0.49 | 0.07 | 0.03 | 308.85 | 0.88 | 0.73 |
| Hex | F7 | 7D | E5 | 0 | 31 | 7 | 3 | 135 | 58 | 49 |
| Octal | 367 | 175 | 345 | 0 | 61 | 7 | 3 | 465 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11100101 | 0 | 110001 | 111 | 11 | 100110101 | 1011000 | 1001001 |
Color Harmonies of #F77DE5
Complementary color
Monochromatic Colors of #F77DE5
Black with #F77DE5
Text Example
Text Example
White with #F77DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DE5; }
p { color: rgb(247,125,229); }
H1.HeaderClassName
{
color: #F77DE5;
}
.AnyTagClassName
{
color: #F77DE5;
}
</style>
background-color css
<style>
a { background-color: #F77DE5; }
a { background-color: rgb(247,125,229); }
div.DivClassName
{
background-color: #F77DE5;
}
.BgClassName
{
background-color: #F77DE5;
}
</style>
border-color css
<style>
span { border-color: #F77DE5; }
span { border-color: rgb(247,125,229); }
td.TdClassName
{
border-color: #F77DE5;
}
.TagClassName
{
border-color: #F77DE5;
}
</style>