Shades of Pale Magenta #FE86F5
Tints of Pale Magenta #FE86F5
RGB
CMYK
RGB Variations
Color information
#FE86F5 (or 0xFE86F5) is known color: Pale Magenta. HEX triplet: FE, 86 and F5. RGB value is (254,134,245). Sum of RGB (Red+Green+Blue) = 254+134+245=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 134 (52.73% from 255 or 21.17% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86F5 is #01790A. Grayscale: #B6B6B6. Windows color (decimal): -96523 or 16090878. OLE color: 16090878.
HSL color Cylindrical-coordinate representation of color #FE86F5: hue angle of 304.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86F5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 245 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.00 |
| HSL | 304.5º | 0.98% | 0.76% | - |
| HSV(B) | 304.5º | 0.47% | 1% | - |
| XYZ | 65.88 | 44.71 | 91.54 | - |
| YUV | 182.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 245 | 0 | 0.47 | 0.04 | 0.00 | 304.5 | 0.98 | 0.76 |
| Hex | FE | 86 | F5 | 0 | 2F | 4 | 0 | 130 | 62 | 4C |
| Octal | 376 | 206 | 365 | 0 | 57 | 4 | 0 | 460 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11110101 | 0 | 101111 | 100 | 0 | 100110000 | 1100010 | 1001100 |
Color Harmonies of #FE86F5
Complementary color
Monochromatic Colors of #FE86F5
Black with #FE86F5
Text Example
Text Example
White with #FE86F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86F5; }
p { color: rgb(254,134,245); }
H1.HeaderClassName
{
color: #FE86F5;
}
.AnyTagClassName
{
color: #FE86F5;
}
</style>
background-color css
<style>
a { background-color: #FE86F5; }
a { background-color: rgb(254,134,245); }
div.DivClassName
{
background-color: #FE86F5;
}
.BgClassName
{
background-color: #FE86F5;
}
</style>
border-color css
<style>
span { border-color: #FE86F5; }
span { border-color: rgb(254,134,245); }
td.TdClassName
{
border-color: #FE86F5;
}
.TagClassName
{
border-color: #FE86F5;
}
</style>