Shades of Pale Magenta #F576E7
Tints of Pale Magenta #F576E7
RGB
CMYK
RGB Variations
Color information
#F576E7 (or 0xF576E7) is known color: Pale Magenta. HEX triplet: F5, 76 and E7. RGB value is (245,118,231). Sum of RGB (Red+Green+Blue) = 245+118+231=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F576E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F576E7 is #0A8918. Grayscale: #A8A8A8. Windows color (decimal): -690457 or 15169269. OLE color: 15169269.
HSL color Cylindrical-coordinate representation of color #F576E7: hue angle of 306.61º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F576E7 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 231 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.04 |
| HSL | 306.61º | 0.86% | 0.71% | - |
| HSV(B) | 306.61º | 0.52% | 0.96% | - |
| XYZ | 58.56 | 38.14 | 79.88 | - |
| YUV | 168.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 231 | 0 | 0.52 | 0.06 | 0.04 | 306.61 | 0.86 | 0.71 |
| Hex | F5 | 76 | E7 | 0 | 34 | 6 | 4 | 133 | 56 | 47 |
| Octal | 365 | 166 | 347 | 0 | 64 | 6 | 4 | 463 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11100111 | 0 | 110100 | 110 | 100 | 100110011 | 1010110 | 1000111 |
Color Harmonies of #F576E7
Complementary color
Monochromatic Colors of #F576E7
Black with #F576E7
Text Example
Text Example
White with #F576E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576E7; }
p { color: rgb(245,118,231); }
H1.HeaderClassName
{
color: #F576E7;
}
.AnyTagClassName
{
color: #F576E7;
}
</style>
background-color css
<style>
a { background-color: #F576E7; }
a { background-color: rgb(245,118,231); }
div.DivClassName
{
background-color: #F576E7;
}
.BgClassName
{
background-color: #F576E7;
}
</style>
border-color css
<style>
span { border-color: #F576E7; }
span { border-color: rgb(245,118,231); }
td.TdClassName
{
border-color: #F576E7;
}
.TagClassName
{
border-color: #F576E7;
}
</style>