Shades of Pale Magenta #F48DEA
Tints of Pale Magenta #F48DEA
RGB
CMYK
RGB Variations
Color information
#F48DEA (or 0xF48DEA) is known color: Pale Magenta. HEX triplet: F4, 8D and EA. RGB value is (244,141,234). Sum of RGB (Red+Green+Blue) = 244+141+234=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DEA is #0B7215. Grayscale: #B6B6B6. Windows color (decimal): -750102 or 15371764. OLE color: 15371764.
HSL color Cylindrical-coordinate representation of color #F48DEA: hue angle of 305.83º 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 #F48DEA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 234 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 305.83º | 0.82% | 0.75% | - |
| HSV(B) | 305.83º | 0.42% | 0.96% | - |
| XYZ | 61.68 | 44.22 | 83.13 | - |
| YUV | 182.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 234 | 0 | 0.42 | 0.04 | 0.04 | 305.83 | 0.82 | 0.75 |
| Hex | F4 | 8D | EA | 0 | 2A | 4 | 4 | 132 | 52 | 4B |
| Octal | 364 | 215 | 352 | 0 | 52 | 4 | 4 | 462 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11101010 | 0 | 101010 | 100 | 100 | 100110010 | 1010010 | 1001011 |
Color Harmonies of #F48DEA
Complementary color
Monochromatic Colors of #F48DEA
Black with #F48DEA
Text Example
Text Example
White with #F48DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DEA; }
p { color: rgb(244,141,234); }
H1.HeaderClassName
{
color: #F48DEA;
}
.AnyTagClassName
{
color: #F48DEA;
}
</style>
background-color css
<style>
a { background-color: #F48DEA; }
a { background-color: rgb(244,141,234); }
div.DivClassName
{
background-color: #F48DEA;
}
.BgClassName
{
background-color: #F48DEA;
}
</style>
border-color css
<style>
span { border-color: #F48DEA; }
span { border-color: rgb(244,141,234); }
td.TdClassName
{
border-color: #F48DEA;
}
.TagClassName
{
border-color: #F48DEA;
}
</style>