Shades of Fuchsia Pink #FE91FE
Tints of Fuchsia Pink #FE91FE
RGB
CMYK
RGB Variations
Color information
#FE91FE (or 0xFE91FE) is known color: Fuchsia Pink. HEX triplet: FE, 91 and FE. RGB value is (254,145,254). Sum of RGB (Red+Green+Blue) = 254+145+254=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 145 (57.03% from 255 or 22.21% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE91FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91FE is #016E01. Grayscale: #BDBDBD. Windows color (decimal): -93698 or 16683518. OLE color: 16683518.
HSL color Cylindrical-coordinate representation of color #FE91FE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91FE is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 254 | - |
| CMYK | 0 | 0.43 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.78% | - |
| HSV(B) | 300º | 0.43% | 1% | - |
| XYZ | 68.89 | 48.48 | 99.49 | - |
| YUV | 190.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 254 | 0 | 0.43 | 0 | 0.00 | 300 | 0.98 | 0.78 |
| Hex | FE | 91 | FE | 0 | 2B | 0 | 0 | 12C | 62 | 4E |
| Octal | 376 | 221 | 376 | 0 | 53 | 0 | 0 | 454 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11111110 | 0 | 101011 | 0 | 0 | 100101100 | 1100010 | 1001110 |
Color Harmonies of #FE91FE
Complementary color
Monochromatic Colors of #FE91FE
Black with #FE91FE
Text Example
Text Example
White with #FE91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91FE; }
p { color: rgb(254,145,254); }
H1.HeaderClassName
{
color: #FE91FE;
}
.AnyTagClassName
{
color: #FE91FE;
}
</style>
background-color css
<style>
a { background-color: #FE91FE; }
a { background-color: rgb(254,145,254); }
div.DivClassName
{
background-color: #FE91FE;
}
.BgClassName
{
background-color: #FE91FE;
}
</style>
border-color css
<style>
span { border-color: #FE91FE; }
span { border-color: rgb(254,145,254); }
td.TdClassName
{
border-color: #FE91FE;
}
.TagClassName
{
border-color: #FE91FE;
}
</style>