Shades of Pale Magenta #F977E5
Tints of Pale Magenta #F977E5
RGB
CMYK
RGB Variations
Color information
#F977E5 (or 0xF977E5) is known color: Pale Magenta. HEX triplet: F9, 77 and E5. RGB value is (249,119,229). Sum of RGB (Red+Green+Blue) = 249+119+229=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F977E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977E5 is #06881A. Grayscale: #AAAAAA. Windows color (decimal): -428059 or 15038457. OLE color: 15038457.
HSL color Cylindrical-coordinate representation of color #F977E5: hue angle of 309.23º 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 #F977E5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 229 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.02 |
| HSL | 309.23º | 0.92% | 0.72% | - |
| HSV(B) | 309.23º | 0.52% | 0.98% | - |
| XYZ | 59.81 | 38.99 | 78.5 | - |
| YUV | 170.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 229 | 0 | 0.52 | 0.08 | 0.02 | 309.23 | 0.92 | 0.72 |
| Hex | F9 | 77 | E5 | 0 | 34 | 8 | 2 | 135 | 5C | 48 |
| Octal | 371 | 167 | 345 | 0 | 64 | 10 | 2 | 465 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11100101 | 0 | 110100 | 1000 | 10 | 100110101 | 1011100 | 1001000 |
Color Harmonies of #F977E5
Complementary color
Monochromatic Colors of #F977E5
Black with #F977E5
Text Example
Text Example
White with #F977E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977E5; }
p { color: rgb(249,119,229); }
H1.HeaderClassName
{
color: #F977E5;
}
.AnyTagClassName
{
color: #F977E5;
}
</style>
background-color css
<style>
a { background-color: #F977E5; }
a { background-color: rgb(249,119,229); }
div.DivClassName
{
background-color: #F977E5;
}
.BgClassName
{
background-color: #F977E5;
}
</style>
border-color css
<style>
span { border-color: #F977E5; }
span { border-color: rgb(249,119,229); }
td.TdClassName
{
border-color: #F977E5;
}
.TagClassName
{
border-color: #F977E5;
}
</style>