Shades of Pale Magenta #F47AD5
Tints of Pale Magenta #F47AD5
RGB
CMYK
RGB Variations
Color information
#F47AD5 (or 0xF47AD5) is known color: Pale Magenta. HEX triplet: F4, 7A and D5. RGB value is (244,122,213). Sum of RGB (Red+Green+Blue) = 244+122+213=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AD5 is #0B852A. Grayscale: #A8A8A8. Windows color (decimal): -754987 or 13990644. OLE color: 13990644.
HSL color Cylindrical-coordinate representation of color #F47AD5: hue angle of 315.25º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AD5 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 213 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.04 |
| HSL | 315.25º | 0.85% | 0.72% | - |
| HSV(B) | 315.25º | 0.5% | 0.96% | - |
| XYZ | 56.28 | 37.96 | 67.31 | - |
| YUV | 168.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 213 | 0 | 0.5 | 0.13 | 0.04 | 315.25 | 0.85 | 0.72 |
| Hex | F4 | 7A | D5 | 0 | 32 | D | 4 | 13B | 55 | 48 |
| Octal | 364 | 172 | 325 | 0 | 62 | 15 | 4 | 473 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11010101 | 0 | 110010 | 1101 | 100 | 100111011 | 1010101 | 1001000 |
Color Harmonies of #F47AD5
Complementary color
Monochromatic Colors of #F47AD5
Black with #F47AD5
Text Example
Text Example
White with #F47AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AD5; }
p { color: rgb(244,122,213); }
H1.HeaderClassName
{
color: #F47AD5;
}
.AnyTagClassName
{
color: #F47AD5;
}
</style>
background-color css
<style>
a { background-color: #F47AD5; }
a { background-color: rgb(244,122,213); }
div.DivClassName
{
background-color: #F47AD5;
}
.BgClassName
{
background-color: #F47AD5;
}
</style>
border-color css
<style>
span { border-color: #F47AD5; }
span { border-color: rgb(244,122,213); }
td.TdClassName
{
border-color: #F47AD5;
}
.TagClassName
{
border-color: #F47AD5;
}
</style>