#FF8AF9

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

Shades of Fuchsia Pink #FF8AF9

Tints of Fuchsia Pink #FF8AF9

Color information

#FF8AF9 (or 0xFF8AF9) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8A and F9. RGB value is (255,138,249). Sum of RGB (Red+Green+Blue) = 255+138+249=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 138 (54.30% from 255 or 21.50% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF9 is #007506. Grayscale: #B9B9B9. Windows color (decimal): -29959 or 16354047. OLE color: 16354047.

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

Color convert

RGB255138249-
CMYK00.460.020
HSL303.08º100%77.06%-
HSV(B)303.08º45.88%100%-
XYZ67.4346.2895-
YUV185.64163.76177.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 138 (54.30% from 255) = 21.50%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=39.72%
G=21.50%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513824900.460.020303.0810077.06
HexFF8AF902E2012f644d
Octal37721237105620457144115
Binary111111111000101011111001010111010010010111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AF9; }

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

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

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

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

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

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

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

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