Shades of Pale Magenta #F48EDF
Tints of Pale Magenta #F48EDF
RGB
CMYK
RGB Variations
Color information
#F48EDF (or 0xF48EDF) is known color: Pale Magenta. HEX triplet: F4, 8E and DF. RGB value is (244,142,223). Sum of RGB (Red+Green+Blue) = 244+142+223=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EDF is #0B7120. Grayscale: #B5B5B5. Windows color (decimal): -749857 or 14651124. OLE color: 14651124.
HSL color Cylindrical-coordinate representation of color #F48EDF: hue angle of 312.35º 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 #F48EDF is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 223 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 312.35º | 0.82% | 0.76% | - |
| HSV(B) | 312.35º | 0.42% | 0.96% | - |
| XYZ | 60.3 | 43.91 | 75.11 | - |
| YUV | 181.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 223 | 0 | 0.42 | 0.09 | 0.04 | 312.35 | 0.82 | 0.76 |
| Hex | F4 | 8E | DF | 0 | 2A | 9 | 4 | 138 | 52 | 4C |
| Octal | 364 | 216 | 337 | 0 | 52 | 11 | 4 | 470 | 122 | 114 |
| Binary | 11110100 | 10001110 | 11011111 | 0 | 101010 | 1001 | 100 | 100111000 | 1010010 | 1001100 |
Color Harmonies of #F48EDF
Complementary color
Monochromatic Colors of #F48EDF
Black with #F48EDF
Text Example
Text Example
White with #F48EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48EDF; }
p { color: rgb(244,142,223); }
H1.HeaderClassName
{
color: #F48EDF;
}
.AnyTagClassName
{
color: #F48EDF;
}
</style>
background-color css
<style>
a { background-color: #F48EDF; }
a { background-color: rgb(244,142,223); }
div.DivClassName
{
background-color: #F48EDF;
}
.BgClassName
{
background-color: #F48EDF;
}
</style>
border-color css
<style>
span { border-color: #F48EDF; }
span { border-color: rgb(244,142,223); }
td.TdClassName
{
border-color: #F48EDF;
}
.TagClassName
{
border-color: #F48EDF;
}
</style>