Shades of Pale Magenta #F473D9
Tints of Pale Magenta #F473D9
RGB
CMYK
RGB Variations
Color information
#F473D9 (or 0xF473D9) is known color: Pale Magenta. HEX triplet: F4, 73 and D9. RGB value is (244,115,217). Sum of RGB (Red+Green+Blue) = 244+115+217=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F473D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473D9 is #0B8C26. Grayscale: #A4A4A4. Windows color (decimal): -756775 or 14250996. OLE color: 14250996.
HSL color Cylindrical-coordinate representation of color #F473D9: hue angle of 312.56º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473D9 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 217 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.56º | 0.85% | 0.7% | - |
| HSV(B) | 312.56º | 0.53% | 0.96% | - |
| XYZ | 55.96 | 36.5 | 69.74 | - |
| YUV | 165.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 217 | 0 | 0.53 | 0.11 | 0.04 | 312.56 | 0.85 | 0.7 |
| Hex | F4 | 73 | D9 | 0 | 35 | B | 4 | 139 | 55 | 46 |
| Octal | 364 | 163 | 331 | 0 | 65 | 13 | 4 | 471 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11011001 | 0 | 110101 | 1011 | 100 | 100111001 | 1010101 | 1000110 |
Color Harmonies of #F473D9
Complementary color
Monochromatic Colors of #F473D9
Black with #F473D9
Text Example
Text Example
White with #F473D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473D9; }
p { color: rgb(244,115,217); }
H1.HeaderClassName
{
color: #F473D9;
}
.AnyTagClassName
{
color: #F473D9;
}
</style>
background-color css
<style>
a { background-color: #F473D9; }
a { background-color: rgb(244,115,217); }
div.DivClassName
{
background-color: #F473D9;
}
.BgClassName
{
background-color: #F473D9;
}
</style>
border-color css
<style>
span { border-color: #F473D9; }
span { border-color: rgb(244,115,217); }
td.TdClassName
{
border-color: #F473D9;
}
.TagClassName
{
border-color: #F473D9;
}
</style>