Shades of Pale Magenta #F470DB
Tints of Pale Magenta #F470DB
RGB
CMYK
RGB Variations
Color information
#F470DB (or 0xF470DB) is known color: Pale Magenta. HEX triplet: F4, 70 and DB. RGB value is (244,112,219). Sum of RGB (Red+Green+Blue) = 244+112+219=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DB is #0B8F24. Grayscale: #A3A3A3. Windows color (decimal): -757541 or 14381300. OLE color: 14381300.
HSL color Cylindrical-coordinate representation of color #F470DB: hue angle of 311.36º 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 #F470DB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 219 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.04 |
| HSL | 311.36º | 0.86% | 0.7% | - |
| HSV(B) | 311.36º | 0.54% | 0.96% | - |
| XYZ | 55.89 | 35.94 | 71.01 | - |
| YUV | 163.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 219 | 0 | 0.54 | 0.10 | 0.04 | 311.36 | 0.86 | 0.7 |
| Hex | F4 | 70 | DB | 0 | 36 | A | 4 | 137 | 56 | 46 |
| Octal | 364 | 160 | 333 | 0 | 66 | 12 | 4 | 467 | 126 | 106 |
| Binary | 11110100 | 1110000 | 11011011 | 0 | 110110 | 1010 | 100 | 100110111 | 1010110 | 1000110 |
Color Harmonies of #F470DB
Complementary color
Monochromatic Colors of #F470DB
Black with #F470DB
Text Example
Text Example
White with #F470DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470DB; }
p { color: rgb(244,112,219); }
H1.HeaderClassName
{
color: #F470DB;
}
.AnyTagClassName
{
color: #F470DB;
}
</style>
background-color css
<style>
a { background-color: #F470DB; }
a { background-color: rgb(244,112,219); }
div.DivClassName
{
background-color: #F470DB;
}
.BgClassName
{
background-color: #F470DB;
}
</style>
border-color css
<style>
span { border-color: #F470DB; }
span { border-color: rgb(244,112,219); }
td.TdClassName
{
border-color: #F470DB;
}
.TagClassName
{
border-color: #F470DB;
}
</style>