#FE81FF

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

Shades of Fuchsia Pink #FE81FF

Tints of Fuchsia Pink #FE81FF

Color information

#FE81FF (or 0xFE81FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 81 and FF. RGB value is (254,129,255). Sum of RGB (Red+Green+Blue) = 254+129+255=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 129 (50.78% from 255 or 20.22% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81FF is #017E00. Grayscale: #B4B4B4. Windows color (decimal): -97793 or 16744958. OLE color: 16744958.

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

Color convert

RGB254129255-
CMYK0.000.4900
HSL299.52º100%75.29%-
HSV(B)299.52º49.41%100%-
XYZ66.7743.9999.58-
YUV180.74169.91180.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 129 (50.78% from 255) = 20.22%
BLUE value IS 255 (100% from 255) = 39.97%
R=39.81%
G=20.22%
B=39.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541292550.000.4900299.5210075.29
HexFE81FF0310012c644b
Octal37620137706100454144113
Binary11111110100000011111111101100010010010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81FF; }

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

 H1.HeaderClassName
 {
   color: #FE81FF;
 }
 .AnyTagClassName
 {
   color: #FE81FF;
 }
</style>
background-color css

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

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

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

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

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

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