#FE91FE

Color #FE91FE Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FE91FE

Tints of Fuchsia Pink #FE91FE

Color information

#FE91FE (or 0xFE91FE) is unknown color: approx 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

RGB254145254-
CMYK00.4300.00
HSL300º98.2%78.24%-
HSV(B)300º42.91%99.61%-
XYZ68.8948.4899.49-
YUV190.02164.11173.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 145 (57.03% from 255) = 22.21%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=38.90%
G=22.21%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414525400.4300.0030098.278.24
HexFE91FE02B0012c624e
Octal37622137605300454142116
Binary11111110100100011111111001010110010010110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>