Shades of Pale Magenta #F48DDB
Tints of Pale Magenta #F48DDB
RGB
CMYK
RGB Variations
Color information
#F48DDB (or 0xF48DDB) is known color: Pale Magenta. HEX triplet: F4, 8D and DB. RGB value is (244,141,219). Sum of RGB (Red+Green+Blue) = 244+141+219=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DDB is #0B7224. Grayscale: #B4B4B4. Windows color (decimal): -750117 or 14388724. OLE color: 14388724.
HSL color Cylindrical-coordinate representation of color #F48DDB: hue angle of 314.56º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DDB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 219 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.04 |
| HSL | 314.56º | 0.82% | 0.75% | - |
| HSV(B) | 314.56º | 0.42% | 0.96% | - |
| XYZ | 59.62 | 43.4 | 72.25 | - |
| YUV | 180.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 219 | 0 | 0.42 | 0.10 | 0.04 | 314.56 | 0.82 | 0.75 |
| Hex | F4 | 8D | DB | 0 | 2A | A | 4 | 13B | 52 | 4B |
| Octal | 364 | 215 | 333 | 0 | 52 | 12 | 4 | 473 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11011011 | 0 | 101010 | 1010 | 100 | 100111011 | 1010010 | 1001011 |
Color Harmonies of #F48DDB
Complementary color
Monochromatic Colors of #F48DDB
Black with #F48DDB
Text Example
Text Example
White with #F48DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DDB; }
p { color: rgb(244,141,219); }
H1.HeaderClassName
{
color: #F48DDB;
}
.AnyTagClassName
{
color: #F48DDB;
}
</style>
background-color css
<style>
a { background-color: #F48DDB; }
a { background-color: rgb(244,141,219); }
div.DivClassName
{
background-color: #F48DDB;
}
.BgClassName
{
background-color: #F48DDB;
}
</style>
border-color css
<style>
span { border-color: #F48DDB; }
span { border-color: rgb(244,141,219); }
td.TdClassName
{
border-color: #F48DDB;
}
.TagClassName
{
border-color: #F48DDB;
}
</style>