#FF81FA

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

Shades of Fuchsia Pink #FF81FA

Tints of Fuchsia Pink #FF81FA

Color information

#FF81FA (or 0xFF81FA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 81 and FA. RGB value is (255,129,250). Sum of RGB (Red+Green+Blue) = 255+129+250=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 129 (50.78% from 255 or 20.35% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81FA is #007E05. Grayscale: #B4B4B4. Windows color (decimal): -32262 or 16417279. OLE color: 16417279.

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

Color convert

RGB255129250-
CMYK00.490.020
HSL302.38º100%75.29%-
HSV(B)302.38º49.41%100%-
XYZ66.3543.8695.41-
YUV180.47167.24181.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 20.35%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=40.22%
G=20.35%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512925000.490.020302.3810075.29
HexFF81FA0312012e644b
Octal37720137206120456144113
Binary111111111000000111111010011000110010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81FA; }

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

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

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

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

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

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

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

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