Html Css Color HEX #FE80FA Fuchsia Pink

📋 copy color: '#FE80FA'

red 254 ◦ green 128 ◦ blue 250

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

Shades of Fuchsia Pink #FE80FA

Tints of Fuchsia Pink #FE80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 40.19%
G = 20.25%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE80FA (or 0xFE80FA) is known color: Fuchsia Pink. HEX triplet: FE, 80 and FA. RGB value is (254,128,250). Sum of RGB (Red+Green+Blue) = 254+128+250=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 128 (50.39% from 255 or 20.25% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80FA is #017F05. Grayscale: #B3B3B3. Windows color (decimal): -98054 or 16417022. OLE color: 16417022.

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

Color convert

RGB 254 128 250 -
CMYK 0 0.50 0.02 0.00
HSL 301.9º 0.98% 0.75% -
HSV(B) 301.9º 0.5% 1% -
XYZ 65.85 43.41 95.35 -
YUV 179.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 254 128 250 0 0.50 0.02 0.00 301.9 0.98 0.75
Hex FE 80 FA 0 32 2 0 12E 62 4B
Octal 376 200 372 0 62 2 0 456 142 113
Binary 11111110 10000000 11111010 0 110010 10 0 100101110 1100010 1001011

Color Harmonies of #FE80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80FA

Black with #FE80FA

Text Example


Text Example

White with #FE80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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