Shades of Fuchsia Pink #FE83FE
Tints of Fuchsia Pink #FE83FE
RGB
CMYK
RGB Variations
Color information
#FE83FE (or 0xFE83FE) is known color: Fuchsia Pink. HEX triplet: FE, 83 and FE. RGB value is (254,131,254). Sum of RGB (Red+Green+Blue) = 254+131+254=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 131 (51.56% from 255 or 20.50% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83FE is #017C01. Grayscale: #B5B5B5. Windows color (decimal): -97282 or 16679934. OLE color: 16679934.
HSL color Cylindrical-coordinate representation of color #FE83FE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83FE is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 254 | - |
| CMYK | 0 | 0.48 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.75% | - |
| HSV(B) | 300º | 0.48% | 1% | - |
| XYZ | 66.88 | 44.46 | 98.82 | - |
| YUV | 181.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 254 | 0 | 0.48 | 0 | 0.00 | 300 | 0.98 | 0.75 |
| Hex | FE | 83 | FE | 0 | 30 | 0 | 0 | 12C | 62 | 4B |
| Octal | 376 | 203 | 376 | 0 | 60 | 0 | 0 | 454 | 142 | 113 |
| Binary | 11111110 | 10000011 | 11111110 | 0 | 110000 | 0 | 0 | 100101100 | 1100010 | 1001011 |
Color Harmonies of #FE83FE
Complementary color
Monochromatic Colors of #FE83FE
Black with #FE83FE
Text Example
Text Example
White with #FE83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE83FE; }
p { color: rgb(254,131,254); }
H1.HeaderClassName
{
color: #FE83FE;
}
.AnyTagClassName
{
color: #FE83FE;
}
</style>
background-color css
<style>
a { background-color: #FE83FE; }
a { background-color: rgb(254,131,254); }
div.DivClassName
{
background-color: #FE83FE;
}
.BgClassName
{
background-color: #FE83FE;
}
</style>
border-color css
<style>
span { border-color: #FE83FE; }
span { border-color: rgb(254,131,254); }
td.TdClassName
{
border-color: #FE83FE;
}
.TagClassName
{
border-color: #FE83FE;
}
</style>