Shades of Fuchsia Pink #FE86F9
Tints of Fuchsia Pink #FE86F9
RGB
CMYK
RGB Variations
Color information
#FE86F9 (or 0xFE86F9) is known color: Fuchsia Pink. HEX triplet: FE, 86 and F9. RGB value is (254,134,249). Sum of RGB (Red+Green+Blue) = 254+134+249=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86F9 is #017906. Grayscale: #B6B6B6. Windows color (decimal): -96519 or 16353022. OLE color: 16353022.
HSL color Cylindrical-coordinate representation of color #FE86F9: hue angle of 302.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 #FE86F9 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 249 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.00 |
| HSL | 302.5º | 0.98% | 0.76% | - |
| HSV(B) | 302.5º | 0.47% | 1% | - |
| XYZ | 66.5 | 44.96 | 94.8 | - |
| YUV | 182.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 249 | 0 | 0.47 | 0.02 | 0.00 | 302.5 | 0.98 | 0.76 |
| Hex | FE | 86 | F9 | 0 | 2F | 2 | 0 | 12E | 62 | 4C |
| Octal | 376 | 206 | 371 | 0 | 57 | 2 | 0 | 456 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11111001 | 0 | 101111 | 10 | 0 | 100101110 | 1100010 | 1001100 |
Color Harmonies of #FE86F9
Complementary color
Monochromatic Colors of #FE86F9
Black with #FE86F9
Text Example
Text Example
White with #FE86F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86F9; }
p { color: rgb(254,134,249); }
H1.HeaderClassName
{
color: #FE86F9;
}
.AnyTagClassName
{
color: #FE86F9;
}
</style>
background-color css
<style>
a { background-color: #FE86F9; }
a { background-color: rgb(254,134,249); }
div.DivClassName
{
background-color: #FE86F9;
}
.BgClassName
{
background-color: #FE86F9;
}
</style>
border-color css
<style>
span { border-color: #FE86F9; }
span { border-color: rgb(254,134,249); }
td.TdClassName
{
border-color: #FE86F9;
}
.TagClassName
{
border-color: #FE86F9;
}
</style>