Shades of Pale Magenta #F488DC
Tints of Pale Magenta #F488DC
RGB
CMYK
RGB Variations
Color information
#F488DC (or 0xF488DC) is known color: Pale Magenta. HEX triplet: F4, 88 and DC. RGB value is (244,136,220). Sum of RGB (Red+Green+Blue) = 244+136+220=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F488DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488DC is #0B7723. Grayscale: #B1B1B1. Windows color (decimal): -751396 or 14452980. OLE color: 14452980.
HSL color Cylindrical-coordinate representation of color #F488DC: hue angle of 313.33º 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 #F488DC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 220 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.33º | 0.83% | 0.75% | - |
| HSV(B) | 313.33º | 0.44% | 0.96% | - |
| XYZ | 59.03 | 42.01 | 72.71 | - |
| YUV | 177.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 220 | 0 | 0.44 | 0.10 | 0.04 | 313.33 | 0.83 | 0.75 |
| Hex | F4 | 88 | DC | 0 | 2C | A | 4 | 139 | 53 | 4B |
| Octal | 364 | 210 | 334 | 0 | 54 | 12 | 4 | 471 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11011100 | 0 | 101100 | 1010 | 100 | 100111001 | 1010011 | 1001011 |
Color Harmonies of #F488DC
Complementary color
Monochromatic Colors of #F488DC
Black with #F488DC
Text Example
Text Example
White with #F488DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488DC; }
p { color: rgb(244,136,220); }
H1.HeaderClassName
{
color: #F488DC;
}
.AnyTagClassName
{
color: #F488DC;
}
</style>
background-color css
<style>
a { background-color: #F488DC; }
a { background-color: rgb(244,136,220); }
div.DivClassName
{
background-color: #F488DC;
}
.BgClassName
{
background-color: #F488DC;
}
</style>
border-color css
<style>
span { border-color: #F488DC; }
span { border-color: rgb(244,136,220); }
td.TdClassName
{
border-color: #F488DC;
}
.TagClassName
{
border-color: #F488DC;
}
</style>