Shades of Pale Magenta #F88FDC
Tints of Pale Magenta #F88FDC
RGB
CMYK
RGB Variations
Color information
#F88FDC (or 0xF88FDC) is known color: Pale Magenta. HEX triplet: F8, 8F and DC. RGB value is (248,143,220). Sum of RGB (Red+Green+Blue) = 248+143+220=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FDC is #077023. Grayscale: #B6B6B6. Windows color (decimal): -487460 or 14454776. OLE color: 14454776.
HSL color Cylindrical-coordinate representation of color #F88FDC: hue angle of 316º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FDC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 220 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.03 |
| HSL | 316º | 0.88% | 0.77% | - |
| HSV(B) | 316º | 0.42% | 0.97% | - |
| XYZ | 61.45 | 44.77 | 73.11 | - |
| YUV | 183.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 220 | 0 | 0.42 | 0.11 | 0.03 | 316 | 0.88 | 0.77 |
| Hex | F8 | 8F | DC | 0 | 2A | B | 3 | 13C | 58 | 4D |
| Octal | 370 | 217 | 334 | 0 | 52 | 13 | 3 | 474 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11011100 | 0 | 101010 | 1011 | 11 | 100111100 | 1011000 | 1001101 |
Color Harmonies of #F88FDC
Complementary color
Monochromatic Colors of #F88FDC
Black with #F88FDC
Text Example
Text Example
White with #F88FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FDC; }
p { color: rgb(248,143,220); }
H1.HeaderClassName
{
color: #F88FDC;
}
.AnyTagClassName
{
color: #F88FDC;
}
</style>
background-color css
<style>
a { background-color: #F88FDC; }
a { background-color: rgb(248,143,220); }
div.DivClassName
{
background-color: #F88FDC;
}
.BgClassName
{
background-color: #F88FDC;
}
</style>
border-color css
<style>
span { border-color: #F88FDC; }
span { border-color: rgb(248,143,220); }
td.TdClassName
{
border-color: #F88FDC;
}
.TagClassName
{
border-color: #F88FDC;
}
</style>