#FF8AFA

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

Shades of Fuchsia Pink #FF8AFA

Tints of Fuchsia Pink #FF8AFA

Color information

#FF8AFA (or 0xFF8AFA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8A and FA. RGB value is (255,138,250). Sum of RGB (Red+Green+Blue) = 255+138+250=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 138 (54.30% from 255 or 21.46% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFA is #007505. Grayscale: #B9B9B9. Windows color (decimal): -29958 or 16419583. OLE color: 16419583.

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

Color convert

RGB255138250-
CMYK00.460.020
HSL302.56º100%77.06%-
HSV(B)302.56º45.88%100%-
XYZ67.5846.3495.82-
YUV185.75164.26177.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 138 (54.30% from 255) = 21.46%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=39.66%
G=21.46%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513825000.460.020302.5610077.06
HexFF8AFA02E2012f644d
Octal37721237205620457144115
Binary111111111000101011111010010111010010010111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AFA; }

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

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

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

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

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

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

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

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