#FC8AF5

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

Shades of Violet #FC8AF5

Tints of Violet #FC8AF5

Color information

#FC8AF5 (or 0xFC8AF5) is unknown color: approx Violet. HEX triplet: FC, 8A and F5. RGB value is (252,138,245). Sum of RGB (Red+Green+Blue) = 252+138+245=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF5 is #03750A. Grayscale: #B7B7B7. Windows color (decimal): -226571 or 16091900. OLE color: 16091900.

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

Color convert

RGB252138245-
CMYK00.450.030.01
HSL303.68º95%76.47%-
HSV(B)303.68º45.24%98.82%-
XYZ65.7145.4691.7-
YUV184.28162.27176.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 138 (54.30% from 255) = 21.73%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=39.69%
G=21.73%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213824500.450.030.01303.689576.47
HexFC8AF502D311305f4c
Octal37421236505531460137114
Binary111111001000101011110101010110111110011000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AF5; }

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

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

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

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

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

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

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

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