Shades of Pale Magenta #F977E8
Tints of Pale Magenta #F977E8
RGB
CMYK
RGB Variations
Color information
#F977E8 (or 0xF977E8) is known color: Pale Magenta. HEX triplet: F9, 77 and E8. RGB value is (249,119,232). Sum of RGB (Red+Green+Blue) = 249+119+232=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F977E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977E8 is #068817. Grayscale: #AAAAAA. Windows color (decimal): -428056 or 15235065. OLE color: 15235065.
HSL color Cylindrical-coordinate representation of color #F977E8: hue angle of 307.85º 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 #F977E8 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 232 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.02 |
| HSL | 307.85º | 0.92% | 0.72% | - |
| HSV(B) | 307.85º | 0.52% | 0.98% | - |
| XYZ | 60.23 | 39.16 | 80.73 | - |
| YUV | 170.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 232 | 0 | 0.52 | 0.07 | 0.02 | 307.85 | 0.92 | 0.72 |
| Hex | F9 | 77 | E8 | 0 | 34 | 7 | 2 | 134 | 5C | 48 |
| Octal | 371 | 167 | 350 | 0 | 64 | 7 | 2 | 464 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11101000 | 0 | 110100 | 111 | 10 | 100110100 | 1011100 | 1001000 |
Color Harmonies of #F977E8
Complementary color
Monochromatic Colors of #F977E8
Black with #F977E8
Text Example
Text Example
White with #F977E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977E8; }
p { color: rgb(249,119,232); }
H1.HeaderClassName
{
color: #F977E8;
}
.AnyTagClassName
{
color: #F977E8;
}
</style>
background-color css
<style>
a { background-color: #F977E8; }
a { background-color: rgb(249,119,232); }
div.DivClassName
{
background-color: #F977E8;
}
.BgClassName
{
background-color: #F977E8;
}
</style>
border-color css
<style>
span { border-color: #F977E8; }
span { border-color: rgb(249,119,232); }
td.TdClassName
{
border-color: #F977E8;
}
.TagClassName
{
border-color: #F977E8;
}
</style>