Shades of Pale Magenta #F977ED
Tints of Pale Magenta #F977ED
RGB
CMYK
RGB Variations
Color information
#F977ED (or 0xF977ED) is known color: Pale Magenta. HEX triplet: F9, 77 and ED. RGB value is (249,119,237). Sum of RGB (Red+Green+Blue) = 249+119+237=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F977ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977ED is #068812. Grayscale: #AAAAAA. Windows color (decimal): -428051 or 15562745. OLE color: 15562745.
HSL color Cylindrical-coordinate representation of color #F977ED: hue angle of 305.54º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977ED is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 237 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.02 |
| HSL | 305.54º | 0.92% | 0.72% | - |
| HSV(B) | 305.54º | 0.52% | 0.98% | - |
| XYZ | 60.95 | 39.45 | 84.52 | - |
| YUV | 171.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 237 | 0 | 0.52 | 0.05 | 0.02 | 305.54 | 0.92 | 0.72 |
| Hex | F9 | 77 | ED | 0 | 34 | 5 | 2 | 132 | 5C | 48 |
| Octal | 371 | 167 | 355 | 0 | 64 | 5 | 2 | 462 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11101101 | 0 | 110100 | 101 | 10 | 100110010 | 1011100 | 1001000 |
Color Harmonies of #F977ED
Complementary color
Monochromatic Colors of #F977ED
Black with #F977ED
Text Example
Text Example
White with #F977ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977ED; }
p { color: rgb(249,119,237); }
H1.HeaderClassName
{
color: #F977ED;
}
.AnyTagClassName
{
color: #F977ED;
}
</style>
background-color css
<style>
a { background-color: #F977ED; }
a { background-color: rgb(249,119,237); }
div.DivClassName
{
background-color: #F977ED;
}
.BgClassName
{
background-color: #F977ED;
}
</style>
border-color css
<style>
span { border-color: #F977ED; }
span { border-color: rgb(249,119,237); }
td.TdClassName
{
border-color: #F977ED;
}
.TagClassName
{
border-color: #F977ED;
}
</style>