Shades of Pale Magenta #FE85F1
Tints of Pale Magenta #FE85F1
RGB
CMYK
RGB Variations
Color information
#FE85F1 (or 0xFE85F1) is known color: Pale Magenta. HEX triplet: FE, 85 and F1. RGB value is (254,133,241). Sum of RGB (Red+Green+Blue) = 254+133+241=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85F1 is #017A0E. Grayscale: #B5B5B5. Windows color (decimal): -96783 or 15828478. OLE color: 15828478.
HSL color Cylindrical-coordinate representation of color #FE85F1: hue angle of 306.45º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85F1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 241 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.00 |
| HSL | 306.45º | 0.98% | 0.76% | - |
| HSV(B) | 306.45º | 0.48% | 1% | - |
| XYZ | 65.14 | 44.2 | 88.32 | - |
| YUV | 181.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 241 | 0 | 0.48 | 0.05 | 0.00 | 306.45 | 0.98 | 0.76 |
| Hex | FE | 85 | F1 | 0 | 30 | 5 | 0 | 132 | 62 | 4C |
| Octal | 376 | 205 | 361 | 0 | 60 | 5 | 0 | 462 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11110001 | 0 | 110000 | 101 | 0 | 100110010 | 1100010 | 1001100 |
Color Harmonies of #FE85F1
Complementary color
Monochromatic Colors of #FE85F1
Black with #FE85F1
Text Example
Text Example
White with #FE85F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85F1; }
p { color: rgb(254,133,241); }
H1.HeaderClassName
{
color: #FE85F1;
}
.AnyTagClassName
{
color: #FE85F1;
}
</style>
background-color css
<style>
a { background-color: #FE85F1; }
a { background-color: rgb(254,133,241); }
div.DivClassName
{
background-color: #FE85F1;
}
.BgClassName
{
background-color: #FE85F1;
}
</style>
border-color css
<style>
span { border-color: #FE85F1; }
span { border-color: rgb(254,133,241); }
td.TdClassName
{
border-color: #FE85F1;
}
.TagClassName
{
border-color: #FE85F1;
}
</style>