#FF8AFE

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

Shades of Fuchsia Pink #FF8AFE

Tints of Fuchsia Pink #FF8AFE

Color information

#FF8AFE (or 0xFF8AFE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8A and FE. RGB value is (255,138,254). Sum of RGB (Red+Green+Blue) = 255+138+254=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 138 (54.30% from 255 or 21.33% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFE is #007501. Grayscale: #B9B9B9. Windows color (decimal): -29954 or 16681727. OLE color: 16681727.

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

Color convert

RGB255138254-
CMYK00.460.000
HSL300.51º100%77.06%-
HSV(B)300.51º45.88%100%-
XYZ68.2246.5999.16-
YUV186.21166.26177.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 138 (54.30% from 255) = 21.33%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=39.41%
G=21.33%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513825400.460.000300.5110077.06
HexFF8AFE02E0012d644d
Octal37721237605600455144115
Binary11111111100010101111111001011100010010110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AFE; }

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

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

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

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

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

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

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

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