Shades of Pale Magenta #FE85F0
Tints of Pale Magenta #FE85F0
RGB
CMYK
RGB Variations
Color information
#FE85F0 (or 0xFE85F0) is known color: Pale Magenta. HEX triplet: FE, 85 and F0. RGB value is (254,133,240). Sum of RGB (Red+Green+Blue) = 254+133+240=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85F0 is #017A0F. Grayscale: #B5B5B5. Windows color (decimal): -96784 or 15762942. OLE color: 15762942.
HSL color Cylindrical-coordinate representation of color #FE85F0: hue angle of 306.94º 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 #FE85F0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 240 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.00 |
| HSL | 306.94º | 0.98% | 0.76% | - |
| HSV(B) | 306.94º | 0.48% | 1% | - |
| XYZ | 64.99 | 44.14 | 87.53 | - |
| YUV | 181.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 240 | 0 | 0.48 | 0.06 | 0.00 | 306.94 | 0.98 | 0.76 |
| Hex | FE | 85 | F0 | 0 | 30 | 6 | 0 | 133 | 62 | 4C |
| Octal | 376 | 205 | 360 | 0 | 60 | 6 | 0 | 463 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11110000 | 0 | 110000 | 110 | 0 | 100110011 | 1100010 | 1001100 |
Color Harmonies of #FE85F0
Complementary color
Monochromatic Colors of #FE85F0
Black with #FE85F0
Text Example
Text Example
White with #FE85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85F0; }
p { color: rgb(254,133,240); }
H1.HeaderClassName
{
color: #FE85F0;
}
.AnyTagClassName
{
color: #FE85F0;
}
</style>
background-color css
<style>
a { background-color: #FE85F0; }
a { background-color: rgb(254,133,240); }
div.DivClassName
{
background-color: #FE85F0;
}
.BgClassName
{
background-color: #FE85F0;
}
</style>
border-color css
<style>
span { border-color: #FE85F0; }
span { border-color: rgb(254,133,240); }
td.TdClassName
{
border-color: #FE85F0;
}
.TagClassName
{
border-color: #FE85F0;
}
</style>