Shades of Pale Magenta #F47ADF
Tints of Pale Magenta #F47ADF
RGB
CMYK
RGB Variations
Color information
#F47ADF (or 0xF47ADF) is known color: Pale Magenta. HEX triplet: F4, 7A and DF. RGB value is (244,122,223). Sum of RGB (Red+Green+Blue) = 244+122+223=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ADF is #0B8520. Grayscale: #A9A9A9. Windows color (decimal): -754977 or 14646004. OLE color: 14646004.
HSL color Cylindrical-coordinate representation of color #F47ADF: hue angle of 310.33º 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 #F47ADF is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 223 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.04 |
| HSL | 310.33º | 0.85% | 0.72% | - |
| HSV(B) | 310.33º | 0.5% | 0.96% | - |
| XYZ | 57.59 | 38.48 | 74.2 | - |
| YUV | 169.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 223 | 0 | 0.5 | 0.09 | 0.04 | 310.33 | 0.85 | 0.72 |
| Hex | F4 | 7A | DF | 0 | 32 | 9 | 4 | 136 | 55 | 48 |
| Octal | 364 | 172 | 337 | 0 | 62 | 11 | 4 | 466 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11011111 | 0 | 110010 | 1001 | 100 | 100110110 | 1010101 | 1001000 |
Color Harmonies of #F47ADF
Complementary color
Monochromatic Colors of #F47ADF
Black with #F47ADF
Text Example
Text Example
White with #F47ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47ADF; }
p { color: rgb(244,122,223); }
H1.HeaderClassName
{
color: #F47ADF;
}
.AnyTagClassName
{
color: #F47ADF;
}
</style>
background-color css
<style>
a { background-color: #F47ADF; }
a { background-color: rgb(244,122,223); }
div.DivClassName
{
background-color: #F47ADF;
}
.BgClassName
{
background-color: #F47ADF;
}
</style>
border-color css
<style>
span { border-color: #F47ADF; }
span { border-color: rgb(244,122,223); }
td.TdClassName
{
border-color: #F47ADF;
}
.TagClassName
{
border-color: #F47ADF;
}
</style>