#FC95FA

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

Shades of Violet #FC95FA

Tints of Violet #FC95FA

Color information

#FC95FA (or 0xFC95FA) is unknown color: approx Violet. HEX triplet: FC, 95 and FA. RGB value is (252,149,250). Sum of RGB (Red+Green+Blue) = 252+149+250=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 149 (58.59% from 255 or 22.89% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95FA is #036A05. Grayscale: #BFBFBF. Windows color (decimal): -223750 or 16422396. OLE color: 16422396.

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

Color convert

RGB252149250-
CMYK00.410.010.01
HSL301.17º94.5%78.63%-
HSV(B)301.17º40.87%98.82%-
XYZ68.1549.0996.33-
YUV191.31161.12171.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 149 (58.59% from 255) = 22.89%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=38.71%
G=22.89%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214925000.410.010.01301.1794.578.63
HexFC95FA0291112d5e4f
Octal37422537205111455136117
Binary11111100100101011111101001010011110010110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95FA; }

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

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

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

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

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

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

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

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