#FC95F6

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

Shades of Violet #FC95F6

Tints of Violet #FC95F6

Color information

#FC95F6 (or 0xFC95F6) is unknown color: approx Violet. HEX triplet: FC, 95 and F6. RGB value is (252,149,246). Sum of RGB (Red+Green+Blue) = 252+149+246=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 149 (58.59% from 255 or 23.03% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95F6 is #036A09. Grayscale: #BEBEBE. Windows color (decimal): -223754 or 16160252. OLE color: 16160252.

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

Color convert

RGB252149246-
CMYK00.410.020.01
HSL303.5º94.5%78.63%-
HSV(B)303.5º40.87%98.82%-
XYZ67.5348.8493.06-
YUV190.86159.12171.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 149 (58.59% from 255) = 23.03%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=38.95%
G=23.03%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214924600.410.020.01303.594.578.63
HexFC95F60292112f5e4f
Octal37422536605121457136117
Binary111111001001010111110110010100110110010111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95F6; }

 p { color: rgb(252,149,246); }

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

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

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

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

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

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

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