Shades of Pale Magenta #F574D9
Tints of Pale Magenta #F574D9
RGB
CMYK
RGB Variations
Color information
#F574D9 (or 0xF574D9) is known color: Pale Magenta. HEX triplet: F5, 74 and D9. RGB value is (245,116,217). Sum of RGB (Red+Green+Blue) = 245+116+217=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F574D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574D9 is #0A8B26. Grayscale: #A5A5A5. Windows color (decimal): -690983 or 14251253. OLE color: 14251253.
HSL color Cylindrical-coordinate representation of color #F574D9: hue angle of 313.02º 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 #F574D9 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 217 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 313.02º | 0.87% | 0.71% | - |
| HSV(B) | 313.02º | 0.53% | 0.96% | - |
| XYZ | 56.43 | 36.91 | 69.8 | - |
| YUV | 166.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 217 | 0 | 0.53 | 0.11 | 0.04 | 313.02 | 0.87 | 0.71 |
| Hex | F5 | 74 | D9 | 0 | 35 | B | 4 | 139 | 57 | 47 |
| Octal | 365 | 164 | 331 | 0 | 65 | 13 | 4 | 471 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11011001 | 0 | 110101 | 1011 | 100 | 100111001 | 1010111 | 1000111 |
Color Harmonies of #F574D9
Complementary color
Monochromatic Colors of #F574D9
Black with #F574D9
Text Example
Text Example
White with #F574D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574D9; }
p { color: rgb(245,116,217); }
H1.HeaderClassName
{
color: #F574D9;
}
.AnyTagClassName
{
color: #F574D9;
}
</style>
background-color css
<style>
a { background-color: #F574D9; }
a { background-color: rgb(245,116,217); }
div.DivClassName
{
background-color: #F574D9;
}
.BgClassName
{
background-color: #F574D9;
}
</style>
border-color css
<style>
span { border-color: #F574D9; }
span { border-color: rgb(245,116,217); }
td.TdClassName
{
border-color: #F574D9;
}
.TagClassName
{
border-color: #F574D9;
}
</style>