Html Css Color HEX #FE80F9 Fuchsia Pink

📋 copy color: '#FE80F9'

red 254 ◦ green 128 ◦ blue 249

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

Shades of Fuchsia Pink #FE80F9

Tints of Fuchsia Pink #FE80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.46%

R = 40.25%
G = 20.29%
B = 39.46%

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

#FE80F9 (or 0xFE80F9) is known color: Fuchsia Pink. HEX triplet: FE, 80 and F9. RGB value is (254,128,249). Sum of RGB (Red+Green+Blue) = 254+128+249=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 128 (50.39% from 255 or 20.29% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80F9 is #017F06. Grayscale: #B3B3B3. Windows color (decimal): -98055 or 16351486. OLE color: 16351486.

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

Color convert

RGB 254 128 249 -
CMYK 0 0.50 0.02 0.00
HSL 302.38º 0.98% 0.75% -
HSV(B) 302.38º 0.5% 1% -
XYZ 65.69 43.35 94.53 -
YUV 179.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 254 128 249 0 0.50 0.02 0.00 302.38 0.98 0.75
Hex FE 80 F9 0 32 2 0 12E 62 4B
Octal 376 200 371 0 62 2 0 456 142 113
Binary 11111110 10000000 11111001 0 110010 10 0 100101110 1100010 1001011

Color Harmonies of #FE80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80F9

Black with #FE80F9

Text Example


Text Example

White with #FE80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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