Shades of Pale Magenta #F573D9
Tints of Pale Magenta #F573D9
RGB
CMYK
RGB Variations
Color information
#F573D9 (or 0xF573D9) is known color: Pale Magenta. HEX triplet: F5, 73 and D9. RGB value is (245,115,217). Sum of RGB (Red+Green+Blue) = 245+115+217=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F573D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573D9 is #0A8C26. Grayscale: #A5A5A5. Windows color (decimal): -691239 or 14250997. OLE color: 14250997.
HSL color Cylindrical-coordinate representation of color #F573D9: hue angle of 312.92º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573D9 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 217 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.92º | 0.87% | 0.71% | - |
| HSV(B) | 312.92º | 0.53% | 0.96% | - |
| XYZ | 56.31 | 36.68 | 69.76 | - |
| YUV | 165.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 217 | 0 | 0.53 | 0.11 | 0.04 | 312.92 | 0.87 | 0.71 |
| Hex | F5 | 73 | D9 | 0 | 35 | B | 4 | 139 | 57 | 47 |
| Octal | 365 | 163 | 331 | 0 | 65 | 13 | 4 | 471 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11011001 | 0 | 110101 | 1011 | 100 | 100111001 | 1010111 | 1000111 |
Color Harmonies of #F573D9
Complementary color
Monochromatic Colors of #F573D9
Black with #F573D9
Text Example
Text Example
White with #F573D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573D9; }
p { color: rgb(245,115,217); }
H1.HeaderClassName
{
color: #F573D9;
}
.AnyTagClassName
{
color: #F573D9;
}
</style>
background-color css
<style>
a { background-color: #F573D9; }
a { background-color: rgb(245,115,217); }
div.DivClassName
{
background-color: #F573D9;
}
.BgClassName
{
background-color: #F573D9;
}
</style>
border-color css
<style>
span { border-color: #F573D9; }
span { border-color: rgb(245,115,217); }
td.TdClassName
{
border-color: #F573D9;
}
.TagClassName
{
border-color: #F573D9;
}
</style>