Html Css Color HEX #FE80FD Fuchsia Pink

📋 copy color: '#FE80FD'

red 254 ◦ green 128 ◦ blue 253

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

Shades of Fuchsia Pink #FE80FD

Tints of Fuchsia Pink #FE80FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 40%
G = 20.16%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE80FD (or 0xFE80FD) is known color: Fuchsia Pink. HEX triplet: FE, 80 and FD. RGB value is (254,128,253). Sum of RGB (Red+Green+Blue) = 254+128+253=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 128 (50.39% from 255 or 20.16% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80FD is #017F02. Grayscale: #B3B3B3. Windows color (decimal): -98051 or 16613630. OLE color: 16613630.

HSL color Cylindrical-coordinate representation of color #FE80FD: hue angle of 300.48º 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 #FE80FD is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 253 -
CMYK 0 0.50 0.00 0.00
HSL 300.48º 0.98% 0.75% -
HSV(B) 300.48º 0.5% 1% -
XYZ 66.32 43.6 97.85 -
YUV 179.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 254 128 253 0 0.50 0.00 0.00 300.48 0.98 0.75
Hex FE 80 FD 0 32 0 0 12C 62 4B
Octal 376 200 375 0 62 0 0 454 142 113
Binary 11111110 10000000 11111101 0 110010 0 0 100101100 1100010 1001011

Color Harmonies of #FE80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80FD

Black with #FE80FD

Text Example


Text Example

White with #FE80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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