Shades of Pale Magenta #F473DE
Tints of Pale Magenta #F473DE
RGB
CMYK
RGB Variations
Color information
#F473DE (or 0xF473DE) is known color: Pale Magenta. HEX triplet: F4, 73 and DE. RGB value is (244,115,222). Sum of RGB (Red+Green+Blue) = 244+115+222=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F473DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473DE is #0B8C21. Grayscale: #A5A5A5. Windows color (decimal): -756770 or 14578676. OLE color: 14578676.
HSL color Cylindrical-coordinate representation of color #F473DE: hue angle of 310.23º 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 #F473DE is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 222 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.04 |
| HSL | 310.23º | 0.85% | 0.7% | - |
| HSV(B) | 310.23º | 0.53% | 0.96% | - |
| XYZ | 56.62 | 36.77 | 73.22 | - |
| YUV | 165.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 222 | 0 | 0.53 | 0.09 | 0.04 | 310.23 | 0.85 | 0.7 |
| Hex | F4 | 73 | DE | 0 | 35 | 9 | 4 | 136 | 55 | 46 |
| Octal | 364 | 163 | 336 | 0 | 65 | 11 | 4 | 466 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11011110 | 0 | 110101 | 1001 | 100 | 100110110 | 1010101 | 1000110 |
Color Harmonies of #F473DE
Complementary color
Monochromatic Colors of #F473DE
Black with #F473DE
Text Example
Text Example
White with #F473DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473DE; }
p { color: rgb(244,115,222); }
H1.HeaderClassName
{
color: #F473DE;
}
.AnyTagClassName
{
color: #F473DE;
}
</style>
background-color css
<style>
a { background-color: #F473DE; }
a { background-color: rgb(244,115,222); }
div.DivClassName
{
background-color: #F473DE;
}
.BgClassName
{
background-color: #F473DE;
}
</style>
border-color css
<style>
span { border-color: #F473DE; }
span { border-color: rgb(244,115,222); }
td.TdClassName
{
border-color: #F473DE;
}
.TagClassName
{
border-color: #F473DE;
}
</style>