#ff8afc

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

Shades of Fuchsia Pink #FF8AFC

Tints of Fuchsia Pink #FF8AFC

Color information

#FF8AFC (or 0xFF8AFC) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8A and FC. RGB value is (255,138,252). Sum of RGB (Red+Green+Blue) = 255+138+252=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 138 (54.30% from 255 or 21.40% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFC is #007503. Grayscale: #B9B9B9. Windows color (decimal): -29956 or 16550655. OLE color: 16550655.

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

Color convert

RGB255138252-
CMYK00.460.010
HSL301.54º100%77.06%-
HSV(B)301.54º45.88%100%-
XYZ67.946.4797.49-
YUV185.98165.26177.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 138 (54.30% from 255) = 21.40%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=39.53%
G=21.40%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513825200.460.010301.5410077.06
HexFF8AFC02E1012e644d
Octal37721237405610456144115
Binary11111111100010101111110001011101010010111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8afc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8afc; }

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

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

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

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

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

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

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

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