Shades of Pale Magenta #F470DD
Tints of Pale Magenta #F470DD
RGB
CMYK
RGB Variations
Color information
#F470DD (or 0xF470DD) is known color: Pale Magenta. HEX triplet: F4, 70 and DD. RGB value is (244,112,221). Sum of RGB (Red+Green+Blue) = 244+112+221=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DD is #0B8F22. Grayscale: #A3A3A3. Windows color (decimal): -757539 or 14512372. OLE color: 14512372.
HSL color Cylindrical-coordinate representation of color #F470DD: hue angle of 310.45º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470DD is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 221 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.04 |
| HSL | 310.45º | 0.86% | 0.7% | - |
| HSV(B) | 310.45º | 0.54% | 0.96% | - |
| XYZ | 56.15 | 36.04 | 72.4 | - |
| YUV | 163.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 221 | 0 | 0.54 | 0.09 | 0.04 | 310.45 | 0.86 | 0.7 |
| Hex | F4 | 70 | DD | 0 | 36 | 9 | 4 | 136 | 56 | 46 |
| Octal | 364 | 160 | 335 | 0 | 66 | 11 | 4 | 466 | 126 | 106 |
| Binary | 11110100 | 1110000 | 11011101 | 0 | 110110 | 1001 | 100 | 100110110 | 1010110 | 1000110 |
Color Harmonies of #F470DD
Complementary color
Monochromatic Colors of #F470DD
Black with #F470DD
Text Example
Text Example
White with #F470DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470DD; }
p { color: rgb(244,112,221); }
H1.HeaderClassName
{
color: #F470DD;
}
.AnyTagClassName
{
color: #F470DD;
}
</style>
background-color css
<style>
a { background-color: #F470DD; }
a { background-color: rgb(244,112,221); }
div.DivClassName
{
background-color: #F470DD;
}
.BgClassName
{
background-color: #F470DD;
}
</style>
border-color css
<style>
span { border-color: #F470DD; }
span { border-color: rgb(244,112,221); }
td.TdClassName
{
border-color: #F470DD;
}
.TagClassName
{
border-color: #F470DD;
}
</style>