#FC9AFC

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

Shades of Violet #FC9AFC

Tints of Violet #FC9AFC

Color information

#FC9AFC (or 0xFC9AFC) is unknown color: approx Violet. HEX triplet: FC, 9A and FC. RGB value is (252,154,252). Sum of RGB (Red+Green+Blue) = 252+154+252=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 154 (60.55% from 255 or 23.40% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC9AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AFC is #036503. Grayscale: #C2C2C2. Windows color (decimal): -222468 or 16554748. OLE color: 16554748.

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

Color convert

RGB252154252-
CMYK00.3900.01
HSL300º94.23%79.61%-
HSV(B)300º38.89%98.82%-
XYZ69.2750.8398.26-
YUV194.47160.47169.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 154 (60.55% from 255) = 23.40%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=38.30%
G=23.40%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215425200.3900.0130094.2379.61
HexFC9AFC0270112c5e50
Octal37423237404701454136120
Binary11111100100110101111110001001110110010110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AFC; }

 p { color: rgb(252,154,252); }

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

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

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

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

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

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

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