Shades of Pale Magenta #F47ADB
Tints of Pale Magenta #F47ADB
RGB
CMYK
RGB Variations
Color information
#F47ADB (or 0xF47ADB) is known color: Pale Magenta. HEX triplet: F4, 7A and DB. RGB value is (244,122,219). Sum of RGB (Red+Green+Blue) = 244+122+219=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ADB is #0B8524. Grayscale: #A9A9A9. Windows color (decimal): -754981 or 14383860. OLE color: 14383860.
HSL color Cylindrical-coordinate representation of color #F47ADB: hue angle of 312.3º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47ADB is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 219 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.04 |
| HSL | 312.3º | 0.85% | 0.72% | - |
| HSV(B) | 312.3º | 0.5% | 0.96% | - |
| XYZ | 57.05 | 38.27 | 71.4 | - |
| YUV | 169.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 219 | 0 | 0.5 | 0.10 | 0.04 | 312.3 | 0.85 | 0.72 |
| Hex | F4 | 7A | DB | 0 | 32 | A | 4 | 138 | 55 | 48 |
| Octal | 364 | 172 | 333 | 0 | 62 | 12 | 4 | 470 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11011011 | 0 | 110010 | 1010 | 100 | 100111000 | 1010101 | 1001000 |
Color Harmonies of #F47ADB
Complementary color
Monochromatic Colors of #F47ADB
Black with #F47ADB
Text Example
Text Example
White with #F47ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47ADB; }
p { color: rgb(244,122,219); }
H1.HeaderClassName
{
color: #F47ADB;
}
.AnyTagClassName
{
color: #F47ADB;
}
</style>
background-color css
<style>
a { background-color: #F47ADB; }
a { background-color: rgb(244,122,219); }
div.DivClassName
{
background-color: #F47ADB;
}
.BgClassName
{
background-color: #F47ADB;
}
</style>
border-color css
<style>
span { border-color: #F47ADB; }
span { border-color: rgb(244,122,219); }
td.TdClassName
{
border-color: #F47ADB;
}
.TagClassName
{
border-color: #F47ADB;
}
</style>