Shades of Pale Magenta #F47CDA
Tints of Pale Magenta #F47CDA
RGB
CMYK
RGB Variations
Color information
#F47CDA (or 0xF47CDA) is known color: Pale Magenta. HEX triplet: F4, 7C and DA. RGB value is (244,124,218). Sum of RGB (Red+Green+Blue) = 244+124+218=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CDA is #0B8325. Grayscale: #AAAAAA. Windows color (decimal): -754470 or 14318836. OLE color: 14318836.
HSL color Cylindrical-coordinate representation of color #F47CDA: hue angle of 313º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CDA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 218 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.04 |
| HSL | 313º | 0.85% | 0.72% | - |
| HSV(B) | 313º | 0.49% | 0.96% | - |
| XYZ | 57.17 | 38.71 | 70.79 | - |
| YUV | 170.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 218 | 0 | 0.49 | 0.11 | 0.04 | 313 | 0.85 | 0.72 |
| Hex | F4 | 7C | DA | 0 | 31 | B | 4 | 139 | 55 | 48 |
| Octal | 364 | 174 | 332 | 0 | 61 | 13 | 4 | 471 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11011010 | 0 | 110001 | 1011 | 100 | 100111001 | 1010101 | 1001000 |
Color Harmonies of #F47CDA
Complementary color
Monochromatic Colors of #F47CDA
Black with #F47CDA
Text Example
Text Example
White with #F47CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CDA; }
p { color: rgb(244,124,218); }
H1.HeaderClassName
{
color: #F47CDA;
}
.AnyTagClassName
{
color: #F47CDA;
}
</style>
background-color css
<style>
a { background-color: #F47CDA; }
a { background-color: rgb(244,124,218); }
div.DivClassName
{
background-color: #F47CDA;
}
.BgClassName
{
background-color: #F47CDA;
}
</style>
border-color css
<style>
span { border-color: #F47CDA; }
span { border-color: rgb(244,124,218); }
td.TdClassName
{
border-color: #F47CDA;
}
.TagClassName
{
border-color: #F47CDA;
}
</style>