Shades of Pale Magenta #F488DD
Tints of Pale Magenta #F488DD
RGB
CMYK
RGB Variations
Color information
#F488DD (or 0xF488DD) is known color: Pale Magenta. HEX triplet: F4, 88 and DD. RGB value is (244,136,221). Sum of RGB (Red+Green+Blue) = 244+136+221=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F488DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488DD is #0B7722. Grayscale: #B1B1B1. Windows color (decimal): -751395 or 14518516. OLE color: 14518516.
HSL color Cylindrical-coordinate representation of color #F488DD: hue angle of 312.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488DD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 221 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.04 |
| HSL | 312.78º | 0.83% | 0.75% | - |
| HSV(B) | 312.78º | 0.44% | 0.96% | - |
| XYZ | 59.16 | 42.06 | 73.41 | - |
| YUV | 177.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 221 | 0 | 0.44 | 0.09 | 0.04 | 312.78 | 0.83 | 0.75 |
| Hex | F4 | 88 | DD | 0 | 2C | 9 | 4 | 139 | 53 | 4B |
| Octal | 364 | 210 | 335 | 0 | 54 | 11 | 4 | 471 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11011101 | 0 | 101100 | 1001 | 100 | 100111001 | 1010011 | 1001011 |
Color Harmonies of #F488DD
Complementary color
Monochromatic Colors of #F488DD
Black with #F488DD
Text Example
Text Example
White with #F488DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488DD; }
p { color: rgb(244,136,221); }
H1.HeaderClassName
{
color: #F488DD;
}
.AnyTagClassName
{
color: #F488DD;
}
</style>
background-color css
<style>
a { background-color: #F488DD; }
a { background-color: rgb(244,136,221); }
div.DivClassName
{
background-color: #F488DD;
}
.BgClassName
{
background-color: #F488DD;
}
</style>
border-color css
<style>
span { border-color: #F488DD; }
span { border-color: rgb(244,136,221); }
td.TdClassName
{
border-color: #F488DD;
}
.TagClassName
{
border-color: #F488DD;
}
</style>