Shades of Pale Magenta #F47DDB
Tints of Pale Magenta #F47DDB
RGB
CMYK
RGB Variations
Color information
#F47DDB (or 0xF47DDB) is known color: Pale Magenta. HEX triplet: F4, 7D and DB. RGB value is (244,125,219). Sum of RGB (Red+Green+Blue) = 244+125+219=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DDB is #0B8224. Grayscale: #ABABAB. Windows color (decimal): -754213 or 14384628. OLE color: 14384628.
HSL color Cylindrical-coordinate representation of color #F47DDB: hue angle of 312.61º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DDB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 219 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.04 |
| HSL | 312.61º | 0.84% | 0.72% | - |
| HSV(B) | 312.61º | 0.49% | 0.96% | - |
| XYZ | 57.43 | 39.01 | 71.52 | - |
| YUV | 171.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 219 | 0 | 0.49 | 0.10 | 0.04 | 312.61 | 0.84 | 0.72 |
| Hex | F4 | 7D | DB | 0 | 31 | A | 4 | 139 | 54 | 48 |
| Octal | 364 | 175 | 333 | 0 | 61 | 12 | 4 | 471 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11011011 | 0 | 110001 | 1010 | 100 | 100111001 | 1010100 | 1001000 |
Color Harmonies of #F47DDB
Complementary color
Monochromatic Colors of #F47DDB
Black with #F47DDB
Text Example
Text Example
White with #F47DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DDB; }
p { color: rgb(244,125,219); }
H1.HeaderClassName
{
color: #F47DDB;
}
.AnyTagClassName
{
color: #F47DDB;
}
</style>
background-color css
<style>
a { background-color: #F47DDB; }
a { background-color: rgb(244,125,219); }
div.DivClassName
{
background-color: #F47DDB;
}
.BgClassName
{
background-color: #F47DDB;
}
</style>
border-color css
<style>
span { border-color: #F47DDB; }
span { border-color: rgb(244,125,219); }
td.TdClassName
{
border-color: #F47DDB;
}
.TagClassName
{
border-color: #F47DDB;
}
</style>