Html Css Color HEX #FE81FE Fuchsia Pink

📋 copy color: '#FE81FE'

red 254 ◦ green 129 ◦ blue 254

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

Shades of Fuchsia Pink #FE81FE

Tints of Fuchsia Pink #FE81FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.25%

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 39.87%
G = 20.25%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE81FE (or 0xFE81FE) is known color: Fuchsia Pink. HEX triplet: FE, 81 and FE. RGB value is (254,129,254). Sum of RGB (Red+Green+Blue) = 254+129+254=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 129 (50.78% from 255 or 20.25% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81FE is #017E01. Grayscale: #B4B4B4. Windows color (decimal): -97794 or 16679422. OLE color: 16679422.

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

Color convert

RGB 254 129 254 -
CMYK 0 0.49 0 0.00
HSL 300º 0.98% 0.75% -
HSV(B) 300º 0.49% 1% -
XYZ 66.61 43.93 98.73 -
YUV 180.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 254 129 254 0 0.49 0 0.00 300 0.98 0.75
Hex FE 81 FE 0 31 0 0 12C 62 4B
Octal 376 201 376 0 61 0 0 454 142 113
Binary 11111110 10000001 11111110 0 110001 0 0 100101100 1100010 1001011

Color Harmonies of #FE81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81FE

Black with #FE81FE

Text Example


Text Example

White with #FE81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81FE; }

 p { color: rgb(254,129,254); }

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

background-color css

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

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

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

border-color css

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

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

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