Shades of Pale Magenta #F47FDD
Tints of Pale Magenta #F47FDD
RGB
CMYK
RGB Variations
Color information
#F47FDD (or 0xF47FDD) is known color: Pale Magenta. HEX triplet: F4, 7F and DD. RGB value is (244,127,221). Sum of RGB (Red+Green+Blue) = 244+127+221=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FDD is #0B8022. Grayscale: #ACACAC. Windows color (decimal): -753699 or 14516212. OLE color: 14516212.
HSL color Cylindrical-coordinate representation of color #F47FDD: hue angle of 311.79º 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 #F47FDD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 221 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.04 |
| HSL | 311.79º | 0.84% | 0.73% | - |
| HSV(B) | 311.79º | 0.48% | 0.96% | - |
| XYZ | 57.95 | 39.63 | 73 | - |
| YUV | 172.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 221 | 0 | 0.48 | 0.09 | 0.04 | 311.79 | 0.84 | 0.73 |
| Hex | F4 | 7F | DD | 0 | 30 | 9 | 4 | 138 | 54 | 49 |
| Octal | 364 | 177 | 335 | 0 | 60 | 11 | 4 | 470 | 124 | 111 |
| Binary | 11110100 | 1111111 | 11011101 | 0 | 110000 | 1001 | 100 | 100111000 | 1010100 | 1001001 |
Color Harmonies of #F47FDD
Complementary color
Monochromatic Colors of #F47FDD
Black with #F47FDD
Text Example
Text Example
White with #F47FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FDD; }
p { color: rgb(244,127,221); }
H1.HeaderClassName
{
color: #F47FDD;
}
.AnyTagClassName
{
color: #F47FDD;
}
</style>
background-color css
<style>
a { background-color: #F47FDD; }
a { background-color: rgb(244,127,221); }
div.DivClassName
{
background-color: #F47FDD;
}
.BgClassName
{
background-color: #F47FDD;
}
</style>
border-color css
<style>
span { border-color: #F47FDD; }
span { border-color: rgb(244,127,221); }
td.TdClassName
{
border-color: #F47FDD;
}
.TagClassName
{
border-color: #F47FDD;
}
</style>