#FC9FFF

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

Shades of Violet #FC9FFF

Tints of Violet #FC9FFF

Color information

#FC9FFF (or 0xFC9FFF) is unknown color: approx Violet. HEX triplet: FC, 9F and FF. RGB value is (252,159,255). Sum of RGB (Red+Green+Blue) = 252+159+255=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 159 (62.5% from 255 or 23.87% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FFF is #036000. Grayscale: #C5C5C5. Windows color (decimal): -221185 or 16752636. OLE color: 16752636.

HSL color Cylindrical-coordinate representation of color #FC9FFF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9FFF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252159255-
CMYK0.010.3800
HSL298.12º100%81.18%-
HSV(B)298.12º37.65%100%-
XYZ70.5952.71101.06-
YUV197.75160.31166.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 159 (62.5% from 255) = 23.87%
BLUE value IS 255 (100% from 255) = 38.29%
R=37.84%
G=23.87%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521592550.010.3800298.1210081.18
HexFC9FFF1260012a6451
Octal37423737714600452144121
Binary11111100100111111111111111001100010010101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FFF; }

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

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

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

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

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

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

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

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