Shades of Pale Magenta #F888DC
Tints of Pale Magenta #F888DC
RGB
CMYK
RGB Variations
Color information
#F888DC (or 0xF888DC) is known color: Pale Magenta. HEX triplet: F8, 88 and DC. RGB value is (248,136,220). Sum of RGB (Red+Green+Blue) = 248+136+220=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F888DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888DC is #077723. Grayscale: #B2B2B2. Windows color (decimal): -489252 or 14452984. OLE color: 14452984.
HSL color Cylindrical-coordinate representation of color #F888DC: hue angle of 315º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888DC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 220 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.03 |
| HSL | 315º | 0.89% | 0.75% | - |
| HSV(B) | 315º | 0.45% | 0.97% | - |
| XYZ | 60.43 | 42.73 | 72.77 | - |
| YUV | 179.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 220 | 0 | 0.45 | 0.11 | 0.03 | 315 | 0.89 | 0.75 |
| Hex | F8 | 88 | DC | 0 | 2D | B | 3 | 13B | 59 | 4B |
| Octal | 370 | 210 | 334 | 0 | 55 | 13 | 3 | 473 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11011100 | 0 | 101101 | 1011 | 11 | 100111011 | 1011001 | 1001011 |
Color Harmonies of #F888DC
Complementary color
Monochromatic Colors of #F888DC
Black with #F888DC
Text Example
Text Example
White with #F888DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888DC; }
p { color: rgb(248,136,220); }
H1.HeaderClassName
{
color: #F888DC;
}
.AnyTagClassName
{
color: #F888DC;
}
</style>
background-color css
<style>
a { background-color: #F888DC; }
a { background-color: rgb(248,136,220); }
div.DivClassName
{
background-color: #F888DC;
}
.BgClassName
{
background-color: #F888DC;
}
</style>
border-color css
<style>
span { border-color: #F888DC; }
span { border-color: rgb(248,136,220); }
td.TdClassName
{
border-color: #F888DC;
}
.TagClassName
{
border-color: #F888DC;
}
</style>