Shades of Pale Magenta #F47AD4
Tints of Pale Magenta #F47AD4
RGB
CMYK
RGB Variations
Color information
#F47AD4 (or 0xF47AD4) is known color: Pale Magenta. HEX triplet: F4, 7A and D4. RGB value is (244,122,212). Sum of RGB (Red+Green+Blue) = 244+122+212=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AD4 is #0B852B. Grayscale: #A8A8A8. Windows color (decimal): -754988 or 13925108. OLE color: 13925108.
HSL color Cylindrical-coordinate representation of color #F47AD4: hue angle of 315.74º 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 #F47AD4 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 212 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.04 |
| HSL | 315.74º | 0.85% | 0.72% | - |
| HSV(B) | 315.74º | 0.5% | 0.96% | - |
| XYZ | 56.15 | 37.91 | 66.64 | - |
| YUV | 168.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 212 | 0 | 0.5 | 0.13 | 0.04 | 315.74 | 0.85 | 0.72 |
| Hex | F4 | 7A | D4 | 0 | 32 | D | 4 | 13C | 55 | 48 |
| Octal | 364 | 172 | 324 | 0 | 62 | 15 | 4 | 474 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11010100 | 0 | 110010 | 1101 | 100 | 100111100 | 1010101 | 1001000 |
Color Harmonies of #F47AD4
Complementary color
Monochromatic Colors of #F47AD4
Black with #F47AD4
Text Example
Text Example
White with #F47AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AD4; }
p { color: rgb(244,122,212); }
H1.HeaderClassName
{
color: #F47AD4;
}
.AnyTagClassName
{
color: #F47AD4;
}
</style>
background-color css
<style>
a { background-color: #F47AD4; }
a { background-color: rgb(244,122,212); }
div.DivClassName
{
background-color: #F47AD4;
}
.BgClassName
{
background-color: #F47AD4;
}
</style>
border-color css
<style>
span { border-color: #F47AD4; }
span { border-color: rgb(244,122,212); }
td.TdClassName
{
border-color: #F47AD4;
}
.TagClassName
{
border-color: #F47AD4;
}
</style>