Html Css Color HEX #FE91FF Fuchsia Pink

📋 copy color: '#FE91FF'

red 254 ◦ green 145 ◦ blue 255

#FE91FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #FE91FF

Tints of Fuchsia Pink #FE91FF

RGB

 RED value IS 254 (99.61% from 255) = 38.84%

 GREEN value IS 145 (57.03% from 255) = 22.17%

 BLUE value IS 255 (100% from 255) = 38.99%

R = 38.84%
G = 22.17%
B = 38.99%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE91FF (or 0xFE91FF) is known color: Fuchsia Pink. HEX triplet: FE, 91 and FF. RGB value is (254,145,255). Sum of RGB (Red+Green+Blue) = 254+145+255=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 145 (57.03% from 255 or 22.17% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE91FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91FF is #016E00. Grayscale: #BDBDBD. Windows color (decimal): -93697 or 16749054. OLE color: 16749054.

HSL color Cylindrical-coordinate representation of color #FE91FF: hue angle of 299.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91FF is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 254 145 255 -
CMYK 0.00 0.43 0 0
HSL 299.45º 1% 0.78% -
HSV(B) 299.45º 0.43% 1% -
XYZ 69.05 48.54 100.34 -
YUV 190.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 254 145 255 0.00 0.43 0 0 299.45 1 0.78
Hex FE 91 FF 0 2B 0 0 12B 64 4E
Octal 376 221 377 0 53 0 0 453 144 116
Binary 11111110 10010001 11111111 0 101011 0 0 100101011 1100100 1001110

Color Harmonies of #FE91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91FF

Black with #FE91FF

Text Example


Text Example

White with #FE91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91FF; }

 p { color: rgb(254,145,255); }

 H1.HeaderClassName
 {
   color: #FE91FF;
 }
 .AnyTagClassName
 {
   color: #FE91FF;
 }
</style>

background-color css

<style>
 a { background-color: #FE91FF; }

 a { background-color: rgb(254,145,255); }

 div.DivClassName
 {
   background-color: #FE91FF;
 }
 .BgClassName
 {
   background-color: #FE91FF;
 }
</style>

border-color css

<style>
 span { border-color: #FE91FF; }

 span { border-color: rgb(254,145,255); }

 td.TdClassName
 {
   border-color: #FE91FF;
 }
 .TagClassName
 {
   border-color: #FE91FF;
 }
</style>