Shades of Pale Magenta #F470E5
Tints of Pale Magenta #F470E5
RGB
CMYK
RGB Variations
Color information
#F470E5 (or 0xF470E5) is known color: Pale Magenta. HEX triplet: F4, 70 and E5. RGB value is (244,112,229). Sum of RGB (Red+Green+Blue) = 244+112+229=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F470E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470E5 is #0B8F1A. Grayscale: #A4A4A4. Windows color (decimal): -757531 or 15036660. OLE color: 15036660.
HSL color Cylindrical-coordinate representation of color #F470E5: hue angle of 306.82º 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 #F470E5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 229 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.04 |
| HSL | 306.82º | 0.86% | 0.7% | - |
| HSV(B) | 306.82º | 0.54% | 0.96% | - |
| XYZ | 57.25 | 36.48 | 78.15 | - |
| YUV | 164.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 229 | 0 | 0.54 | 0.06 | 0.04 | 306.82 | 0.86 | 0.7 |
| Hex | F4 | 70 | E5 | 0 | 36 | 6 | 4 | 133 | 56 | 46 |
| Octal | 364 | 160 | 345 | 0 | 66 | 6 | 4 | 463 | 126 | 106 |
| Binary | 11110100 | 1110000 | 11100101 | 0 | 110110 | 110 | 100 | 100110011 | 1010110 | 1000110 |
Color Harmonies of #F470E5
Complementary color
Monochromatic Colors of #F470E5
Black with #F470E5
Text Example
Text Example
White with #F470E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470E5; }
p { color: rgb(244,112,229); }
H1.HeaderClassName
{
color: #F470E5;
}
.AnyTagClassName
{
color: #F470E5;
}
</style>
background-color css
<style>
a { background-color: #F470E5; }
a { background-color: rgb(244,112,229); }
div.DivClassName
{
background-color: #F470E5;
}
.BgClassName
{
background-color: #F470E5;
}
</style>
border-color css
<style>
span { border-color: #F470E5; }
span { border-color: rgb(244,112,229); }
td.TdClassName
{
border-color: #F470E5;
}
.TagClassName
{
border-color: #F470E5;
}
</style>