Shades of Pale Magenta #F885ED
Tints of Pale Magenta #F885ED
RGB
CMYK
RGB Variations
Color information
#F885ED (or 0xF885ED) is known color: Pale Magenta. HEX triplet: F8, 85 and ED. RGB value is (248,133,237). Sum of RGB (Red+Green+Blue) = 248+133+237=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F885ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885ED is #077A12. Grayscale: #B2B2B2. Windows color (decimal): -490003 or 15566328. OLE color: 15566328.
HSL color Cylindrical-coordinate representation of color #F885ED: hue angle of 305.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885ED is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 237 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.03 |
| HSL | 305.74º | 0.89% | 0.75% | - |
| HSV(B) | 305.74º | 0.46% | 0.97% | - |
| XYZ | 62.38 | 42.85 | 85.1 | - |
| YUV | 179.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 237 | 0 | 0.46 | 0.04 | 0.03 | 305.74 | 0.89 | 0.75 |
| Hex | F8 | 85 | ED | 0 | 2E | 4 | 3 | 132 | 59 | 4B |
| Octal | 370 | 205 | 355 | 0 | 56 | 4 | 3 | 462 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11101101 | 0 | 101110 | 100 | 11 | 100110010 | 1011001 | 1001011 |
Color Harmonies of #F885ED
Complementary color
Monochromatic Colors of #F885ED
Black with #F885ED
Text Example
Text Example
White with #F885ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885ED; }
p { color: rgb(248,133,237); }
H1.HeaderClassName
{
color: #F885ED;
}
.AnyTagClassName
{
color: #F885ED;
}
</style>
background-color css
<style>
a { background-color: #F885ED; }
a { background-color: rgb(248,133,237); }
div.DivClassName
{
background-color: #F885ED;
}
.BgClassName
{
background-color: #F885ED;
}
</style>
border-color css
<style>
span { border-color: #F885ED; }
span { border-color: rgb(248,133,237); }
td.TdClassName
{
border-color: #F885ED;
}
.TagClassName
{
border-color: #F885ED;
}
</style>