Shades of Pale Magenta #F48DE5
Tints of Pale Magenta #F48DE5
RGB
CMYK
RGB Variations
Color information
#F48DE5 (or 0xF48DE5) is known color: Pale Magenta. HEX triplet: F4, 8D and E5. RGB value is (244,141,229). Sum of RGB (Red+Green+Blue) = 244+141+229=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DE5 is #0B721A. Grayscale: #B5B5B5. Windows color (decimal): -750107 or 15044084. OLE color: 15044084.
HSL color Cylindrical-coordinate representation of color #F48DE5: hue angle of 308.74º 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 #F48DE5 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 229 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.04 |
| HSL | 308.74º | 0.82% | 0.75% | - |
| HSV(B) | 308.74º | 0.42% | 0.96% | - |
| XYZ | 60.98 | 43.94 | 79.4 | - |
| YUV | 181.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 229 | 0 | 0.42 | 0.06 | 0.04 | 308.74 | 0.82 | 0.75 |
| Hex | F4 | 8D | E5 | 0 | 2A | 6 | 4 | 135 | 52 | 4B |
| Octal | 364 | 215 | 345 | 0 | 52 | 6 | 4 | 465 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11100101 | 0 | 101010 | 110 | 100 | 100110101 | 1010010 | 1001011 |
Color Harmonies of #F48DE5
Complementary color
Monochromatic Colors of #F48DE5
Black with #F48DE5
Text Example
Text Example
White with #F48DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DE5; }
p { color: rgb(244,141,229); }
H1.HeaderClassName
{
color: #F48DE5;
}
.AnyTagClassName
{
color: #F48DE5;
}
</style>
background-color css
<style>
a { background-color: #F48DE5; }
a { background-color: rgb(244,141,229); }
div.DivClassName
{
background-color: #F48DE5;
}
.BgClassName
{
background-color: #F48DE5;
}
</style>
border-color css
<style>
span { border-color: #F48DE5; }
span { border-color: rgb(244,141,229); }
td.TdClassName
{
border-color: #F48DE5;
}
.TagClassName
{
border-color: #F48DE5;
}
</style>