Html Css Color HEX #FE80FF Fuchsia Pink

📋 copy color: '#FE80FF'

red 254 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #FE80FF

Tints of Fuchsia Pink #FE80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.09%

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

R = 39.87%
G = 20.09%
B = 40.03%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE80FF (or 0xFE80FF) is known color: Fuchsia Pink. HEX triplet: FE, 80 and FF. RGB value is (254,128,255). Sum of RGB (Red+Green+Blue) = 254+128+255=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 128 (50.39% from 255 or 20.09% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80FF is #017F00. Grayscale: #B3B3B3. Windows color (decimal): -98049 or 16744702. OLE color: 16744702.

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

Color convert

RGB 254 128 255 -
CMYK 0.00 0.50 0 0
HSL 299.53º 1% 0.75% -
HSV(B) 299.53º 0.5% 1% -
XYZ 66.64 43.73 99.54 -
YUV 180.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 254 128 255 0.00 0.50 0 0 299.53 1 0.75
Hex FE 80 FF 0 32 0 0 12C 64 4B
Octal 376 200 377 0 62 0 0 454 144 113
Binary 11111110 10000000 11111111 0 110010 0 0 100101100 1100100 1001011

Color Harmonies of #FE80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80FF

Black with #FE80FF

Text Example


Text Example

White with #FE80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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