#FF81FE

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

Shades of Fuchsia Pink #FF81FE

Tints of Fuchsia Pink #FF81FE

Color information

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

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

Color convert

RGB255129254-
CMYK00.490.000
HSL300.48º100%75.29%-
HSV(B)300.48º49.41%100%-
XYZ66.9844.1298.75-
YUV180.92169.24180.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512925400.490.000300.4810075.29
HexFF81FE0310012c644b
Octal37720137606100454144113
Binary11111111100000011111111001100010010010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81FE; }

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

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

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

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

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

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

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

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