Shades of Pale Magenta #F885DA
Tints of Pale Magenta #F885DA
RGB
CMYK
RGB Variations
Color information
#F885DA (or 0xF885DA) is known color: Pale Magenta. HEX triplet: F8, 85 and DA. RGB value is (248,133,218). Sum of RGB (Red+Green+Blue) = 248+133+218=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DA is #077A25. Grayscale: #B0B0B0. Windows color (decimal): -490022 or 14321144. OLE color: 14321144.
HSL color Cylindrical-coordinate representation of color #F885DA: hue angle of 315.65º 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 #F885DA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 218 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.03 |
| HSL | 315.65º | 0.89% | 0.75% | - |
| HSV(B) | 315.65º | 0.46% | 0.97% | - |
| XYZ | 59.75 | 41.79 | 71.25 | - |
| YUV | 177.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 218 | 0 | 0.46 | 0.12 | 0.03 | 315.65 | 0.89 | 0.75 |
| Hex | F8 | 85 | DA | 0 | 2E | C | 3 | 13C | 59 | 4B |
| Octal | 370 | 205 | 332 | 0 | 56 | 14 | 3 | 474 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11011010 | 0 | 101110 | 1100 | 11 | 100111100 | 1011001 | 1001011 |
Color Harmonies of #F885DA
Complementary color
Monochromatic Colors of #F885DA
Black with #F885DA
Text Example
Text Example
White with #F885DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885DA; }
p { color: rgb(248,133,218); }
H1.HeaderClassName
{
color: #F885DA;
}
.AnyTagClassName
{
color: #F885DA;
}
</style>
background-color css
<style>
a { background-color: #F885DA; }
a { background-color: rgb(248,133,218); }
div.DivClassName
{
background-color: #F885DA;
}
.BgClassName
{
background-color: #F885DA;
}
</style>
border-color css
<style>
span { border-color: #F885DA; }
span { border-color: rgb(248,133,218); }
td.TdClassName
{
border-color: #F885DA;
}
.TagClassName
{
border-color: #F885DA;
}
</style>