Shades of Pale Magenta #F473DA
Tints of Pale Magenta #F473DA
RGB
CMYK
RGB Variations
Color information
#F473DA (or 0xF473DA) is known color: Pale Magenta. HEX triplet: F4, 73 and DA. RGB value is (244,115,218). Sum of RGB (Red+Green+Blue) = 244+115+218=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F473DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473DA is #0B8C25. Grayscale: #A5A5A5. Windows color (decimal): -756774 or 14316532. OLE color: 14316532.
HSL color Cylindrical-coordinate representation of color #F473DA: hue angle of 312.09º 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 #F473DA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 218 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.09º | 0.85% | 0.7% | - |
| HSV(B) | 312.09º | 0.53% | 0.96% | - |
| XYZ | 56.09 | 36.56 | 70.43 | - |
| YUV | 165.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 218 | 0 | 0.53 | 0.11 | 0.04 | 312.09 | 0.85 | 0.7 |
| Hex | F4 | 73 | DA | 0 | 35 | B | 4 | 138 | 55 | 46 |
| Octal | 364 | 163 | 332 | 0 | 65 | 13 | 4 | 470 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11011010 | 0 | 110101 | 1011 | 100 | 100111000 | 1010101 | 1000110 |
Color Harmonies of #F473DA
Complementary color
Monochromatic Colors of #F473DA
Black with #F473DA
Text Example
Text Example
White with #F473DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473DA; }
p { color: rgb(244,115,218); }
H1.HeaderClassName
{
color: #F473DA;
}
.AnyTagClassName
{
color: #F473DA;
}
</style>
background-color css
<style>
a { background-color: #F473DA; }
a { background-color: rgb(244,115,218); }
div.DivClassName
{
background-color: #F473DA;
}
.BgClassName
{
background-color: #F473DA;
}
</style>
border-color css
<style>
span { border-color: #F473DA; }
span { border-color: rgb(244,115,218); }
td.TdClassName
{
border-color: #F473DA;
}
.TagClassName
{
border-color: #F473DA;
}
</style>