Shades of Pale Magenta #F47FDF
Tints of Pale Magenta #F47FDF
RGB
CMYK
RGB Variations
Color information
#F47FDF (or 0xF47FDF) is known color: Pale Magenta. HEX triplet: F4, 7F and DF. RGB value is (244,127,223). Sum of RGB (Red+Green+Blue) = 244+127+223=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FDF is #0B8020. Grayscale: #ACACAC. Windows color (decimal): -753697 or 14647284. OLE color: 14647284.
HSL color Cylindrical-coordinate representation of color #F47FDF: hue angle of 310.77º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FDF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 223 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.04 |
| HSL | 310.77º | 0.84% | 0.73% | - |
| HSV(B) | 310.77º | 0.48% | 0.96% | - |
| XYZ | 58.22 | 39.74 | 74.41 | - |
| YUV | 172.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 223 | 0 | 0.48 | 0.09 | 0.04 | 310.77 | 0.84 | 0.73 |
| Hex | F4 | 7F | DF | 0 | 30 | 9 | 4 | 137 | 54 | 49 |
| Octal | 364 | 177 | 337 | 0 | 60 | 11 | 4 | 467 | 124 | 111 |
| Binary | 11110100 | 1111111 | 11011111 | 0 | 110000 | 1001 | 100 | 100110111 | 1010100 | 1001001 |
Color Harmonies of #F47FDF
Complementary color
Monochromatic Colors of #F47FDF
Black with #F47FDF
Text Example
Text Example
White with #F47FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FDF; }
p { color: rgb(244,127,223); }
H1.HeaderClassName
{
color: #F47FDF;
}
.AnyTagClassName
{
color: #F47FDF;
}
</style>
background-color css
<style>
a { background-color: #F47FDF; }
a { background-color: rgb(244,127,223); }
div.DivClassName
{
background-color: #F47FDF;
}
.BgClassName
{
background-color: #F47FDF;
}
</style>
border-color css
<style>
span { border-color: #F47FDF; }
span { border-color: rgb(244,127,223); }
td.TdClassName
{
border-color: #F47FDF;
}
.TagClassName
{
border-color: #F47FDF;
}
</style>