#FC91F9

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

Shades of Violet #FC91F9

Tints of Violet #FC91F9

Color information

#FC91F9 (or 0xFC91F9) is unknown color: approx Violet. HEX triplet: FC, 91 and F9. RGB value is (252,145,249). Sum of RGB (Red+Green+Blue) = 252+145+249=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 145 (57.03% from 255 or 22.45% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F9 is #036E06. Grayscale: #BCBCBC. Windows color (decimal): -224775 or 16355836. OLE color: 16355836.

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

Color convert

RGB252145249-
CMYK00.420.010.01
HSL301.68º94.69%77.84%-
HSV(B)301.68º42.46%98.82%-
XYZ67.3747.7995.3-
YUV188.85161.95173.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 145 (57.03% from 255) = 22.45%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=39.01%
G=22.45%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214524900.420.010.01301.6894.6977.84
HexFC91F902A1112e5f4e
Octal37422137105211456137116
Binary11111100100100011111100101010101110010111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91F9; }

 p { color: rgb(252,145,249); }

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

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

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

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

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

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

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