Shades of Pale Magenta #F88FDF
Tints of Pale Magenta #F88FDF
RGB
CMYK
RGB Variations
Color information
#F88FDF (or 0xF88FDF) is known color: Pale Magenta. HEX triplet: F8, 8F and DF. RGB value is (248,143,223). Sum of RGB (Red+Green+Blue) = 248+143+223=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FDF is #077020. Grayscale: #B7B7B7. Windows color (decimal): -487457 or 14651384. OLE color: 14651384.
HSL color Cylindrical-coordinate representation of color #F88FDF: hue angle of 314.29º 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 #F88FDF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 223 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.03 |
| HSL | 314.29º | 0.88% | 0.77% | - |
| HSV(B) | 314.29º | 0.42% | 0.97% | - |
| XYZ | 61.85 | 44.93 | 75.22 | - |
| YUV | 183.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 223 | 0 | 0.42 | 0.10 | 0.03 | 314.29 | 0.88 | 0.77 |
| Hex | F8 | 8F | DF | 0 | 2A | A | 3 | 13A | 58 | 4D |
| Octal | 370 | 217 | 337 | 0 | 52 | 12 | 3 | 472 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11011111 | 0 | 101010 | 1010 | 11 | 100111010 | 1011000 | 1001101 |
Color Harmonies of #F88FDF
Complementary color
Monochromatic Colors of #F88FDF
Black with #F88FDF
Text Example
Text Example
White with #F88FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FDF; }
p { color: rgb(248,143,223); }
H1.HeaderClassName
{
color: #F88FDF;
}
.AnyTagClassName
{
color: #F88FDF;
}
</style>
background-color css
<style>
a { background-color: #F88FDF; }
a { background-color: rgb(248,143,223); }
div.DivClassName
{
background-color: #F88FDF;
}
.BgClassName
{
background-color: #F88FDF;
}
</style>
border-color css
<style>
span { border-color: #F88FDF; }
span { border-color: rgb(248,143,223); }
td.TdClassName
{
border-color: #F88FDF;
}
.TagClassName
{
border-color: #F88FDF;
}
</style>