Html Css Color HEX #FE81FA Fuchsia Pink

📋 copy color: '#FE81FA'

red 254 ◦ green 129 ◦ blue 250

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

Shades of Fuchsia Pink #FE81FA

Tints of Fuchsia Pink #FE81FA

RGB

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

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

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

R = 40.13%
G = 20.38%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE81FA (or 0xFE81FA) is known color: Fuchsia Pink. HEX triplet: FE, 81 and FA. RGB value is (254,129,250). Sum of RGB (Red+Green+Blue) = 254+129+250=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 129 (50.78% from 255 or 20.38% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81FA is #017E05. Grayscale: #B3B3B3. Windows color (decimal): -97798 or 16417278. OLE color: 16417278.

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

Color convert

RGB 254 129 250 -
CMYK 0 0.49 0.02 0.00
HSL 301.92º 0.98% 0.75% -
HSV(B) 301.92º 0.49% 1% -
XYZ 65.98 43.67 95.39 -
YUV 180.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 254 129 250 0 0.49 0.02 0.00 301.92 0.98 0.75
Hex FE 81 FA 0 31 2 0 12E 62 4B
Octal 376 201 372 0 61 2 0 456 142 113
Binary 11111110 10000001 11111010 0 110001 10 0 100101110 1100010 1001011

Color Harmonies of #FE81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81FA

Black with #FE81FA

Text Example


Text Example

White with #FE81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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