#FF8AFF

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

Shades of Fuchsia Pink #FF8AFF

Tints of Fuchsia Pink #FF8AFF

Color information

#FF8AFF (or 0xFF8AFF) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8A and FF. RGB value is (255,138,255). Sum of RGB (Red+Green+Blue) = 255+138+255=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 138 (54.30% from 255 or 21.30% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFF is #007500. Grayscale: #B9B9B9. Windows color (decimal): -29953 or 16747263. OLE color: 16747263.

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

Color convert

RGB255138255-
CMYK00.4600
HSL300º100%77.06%-
HSV(B)300º45.88%100%-
XYZ68.3846.66100.01-
YUV186.32166.76176.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 138 (54.30% from 255) = 21.30%
BLUE value IS 255 (100% from 255) = 39.35%
R=39.35%
G=21.30%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513825500.460030010077.06
HexFF8AFF02E0012c644d
Octal37721237705600454144115
Binary11111111100010101111111101011100010010110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AFF; }

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

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

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

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

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

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

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

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