Shades of Pale Magenta #F48EDD
Tints of Pale Magenta #F48EDD
RGB
CMYK
RGB Variations
Color information
#F48EDD (or 0xF48EDD) is known color: Pale Magenta. HEX triplet: F4, 8E and DD. RGB value is (244,142,221). Sum of RGB (Red+Green+Blue) = 244+142+221=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EDD is #0B7122. Grayscale: #B5B5B5. Windows color (decimal): -749859 or 14520052. OLE color: 14520052.
HSL color Cylindrical-coordinate representation of color #F48EDD: hue angle of 313.53º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48EDD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 221 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 313.53º | 0.82% | 0.76% | - |
| HSV(B) | 313.53º | 0.42% | 0.96% | - |
| XYZ | 60.03 | 43.8 | 73.7 | - |
| YUV | 181.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 221 | 0 | 0.42 | 0.09 | 0.04 | 313.53 | 0.82 | 0.76 |
| Hex | F4 | 8E | DD | 0 | 2A | 9 | 4 | 13A | 52 | 4C |
| Octal | 364 | 216 | 335 | 0 | 52 | 11 | 4 | 472 | 122 | 114 |
| Binary | 11110100 | 10001110 | 11011101 | 0 | 101010 | 1001 | 100 | 100111010 | 1010010 | 1001100 |
Color Harmonies of #F48EDD
Complementary color
Monochromatic Colors of #F48EDD
Black with #F48EDD
Text Example
Text Example
White with #F48EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48EDD; }
p { color: rgb(244,142,221); }
H1.HeaderClassName
{
color: #F48EDD;
}
.AnyTagClassName
{
color: #F48EDD;
}
</style>
background-color css
<style>
a { background-color: #F48EDD; }
a { background-color: rgb(244,142,221); }
div.DivClassName
{
background-color: #F48EDD;
}
.BgClassName
{
background-color: #F48EDD;
}
</style>
border-color css
<style>
span { border-color: #F48EDD; }
span { border-color: rgb(244,142,221); }
td.TdClassName
{
border-color: #F48EDD;
}
.TagClassName
{
border-color: #F48EDD;
}
</style>