Shades of Pale Magenta #F48DDF
Tints of Pale Magenta #F48DDF
RGB
CMYK
RGB Variations
Color information
#F48DDF (or 0xF48DDF) is known color: Pale Magenta. HEX triplet: F4, 8D and DF. RGB value is (244,141,223). Sum of RGB (Red+Green+Blue) = 244+141+223=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DDF is #0B7220. Grayscale: #B4B4B4. Windows color (decimal): -750113 or 14650868. OLE color: 14650868.
HSL color Cylindrical-coordinate representation of color #F48DDF: hue angle of 312.23º 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 #F48DDF is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 223 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 312.23º | 0.82% | 0.75% | - |
| HSV(B) | 312.23º | 0.42% | 0.96% | - |
| XYZ | 60.15 | 43.61 | 75.06 | - |
| YUV | 181.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 223 | 0 | 0.42 | 0.09 | 0.04 | 312.23 | 0.82 | 0.75 |
| Hex | F4 | 8D | DF | 0 | 2A | 9 | 4 | 138 | 52 | 4B |
| Octal | 364 | 215 | 337 | 0 | 52 | 11 | 4 | 470 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11011111 | 0 | 101010 | 1001 | 100 | 100111000 | 1010010 | 1001011 |
Color Harmonies of #F48DDF
Complementary color
Monochromatic Colors of #F48DDF
Black with #F48DDF
Text Example
Text Example
White with #F48DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DDF; }
p { color: rgb(244,141,223); }
H1.HeaderClassName
{
color: #F48DDF;
}
.AnyTagClassName
{
color: #F48DDF;
}
</style>
background-color css
<style>
a { background-color: #F48DDF; }
a { background-color: rgb(244,141,223); }
div.DivClassName
{
background-color: #F48DDF;
}
.BgClassName
{
background-color: #F48DDF;
}
</style>
border-color css
<style>
span { border-color: #F48DDF; }
span { border-color: rgb(244,141,223); }
td.TdClassName
{
border-color: #F48DDF;
}
.TagClassName
{
border-color: #F48DDF;
}
</style>