Shades of Pale Magenta #F575E7
Tints of Pale Magenta #F575E7
RGB
CMYK
RGB Variations
Color information
#F575E7 (or 0xF575E7) is known color: Pale Magenta. HEX triplet: F5, 75 and E7. RGB value is (245,117,231). Sum of RGB (Red+Green+Blue) = 245+117+231=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F575E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575E7 is #0A8A18. Grayscale: #A7A7A7. Windows color (decimal): -690713 or 15169013. OLE color: 15169013.
HSL color Cylindrical-coordinate representation of color #F575E7: hue angle of 306.56º 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 #F575E7 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 231 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.04 |
| HSL | 306.56º | 0.86% | 0.71% | - |
| HSV(B) | 306.56º | 0.52% | 0.96% | - |
| XYZ | 58.44 | 37.9 | 79.84 | - |
| YUV | 168.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 231 | 0 | 0.52 | 0.06 | 0.04 | 306.56 | 0.86 | 0.71 |
| Hex | F5 | 75 | E7 | 0 | 34 | 6 | 4 | 133 | 56 | 47 |
| Octal | 365 | 165 | 347 | 0 | 64 | 6 | 4 | 463 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11100111 | 0 | 110100 | 110 | 100 | 100110011 | 1010110 | 1000111 |
Color Harmonies of #F575E7
Complementary color
Monochromatic Colors of #F575E7
Black with #F575E7
Text Example
Text Example
White with #F575E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575E7; }
p { color: rgb(245,117,231); }
H1.HeaderClassName
{
color: #F575E7;
}
.AnyTagClassName
{
color: #F575E7;
}
</style>
background-color css
<style>
a { background-color: #F575E7; }
a { background-color: rgb(245,117,231); }
div.DivClassName
{
background-color: #F575E7;
}
.BgClassName
{
background-color: #F575E7;
}
</style>
border-color css
<style>
span { border-color: #F575E7; }
span { border-color: rgb(245,117,231); }
td.TdClassName
{
border-color: #F575E7;
}
.TagClassName
{
border-color: #F575E7;
}
</style>