#FE81FA

Color #FE81FA Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FE81FA

Tints of Fuchsia Pink #FE81FA

Color information

#FE81FA (or 0xFE81FA) is unknown color: approx 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

RGB254129250-
CMYK00.490.020.00
HSL301.92º98.43%75.1%-
HSV(B)301.92º49.21%99.61%-
XYZ65.9843.6795.39-
YUV180.17167.41180.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412925000.490.020.00301.9298.4375.1
HexFE81FA0312012e624b
Octal37620137206120456142113
Binary111111101000000111111010011000110010010111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>