#FC8AFA

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

Shades of Fuchsia Pink #FC8AFA

Tints of Fuchsia Pink #FC8AFA

Color information

#FC8AFA (or 0xFC8AFA) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 8A and FA. RGB value is (252,138,250). Sum of RGB (Red+Green+Blue) = 252+138+250=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 138 (54.30% from 255 or 21.56% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AFA is #037505. Grayscale: #B8B8B8. Windows color (decimal): -226566 or 16419580. OLE color: 16419580.

HSL color Cylindrical-coordinate representation of color #FC8AFA: hue angle of 301.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AFA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252138250-
CMYK00.450.010.01
HSL301.05º95%76.47%-
HSV(B)301.05º45.24%98.82%-
XYZ66.4945.7795.77-
YUV184.85164.77175.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 138 (54.30% from 255) = 21.56%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=39.38%
G=21.56%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213825000.450.010.01301.059576.47
HexFC8AFA02D1112d5f4c
Octal37421237205511455137114
Binary11111100100010101111101001011011110010110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AFA; }

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

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

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

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

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

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

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

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