#FC95F8

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

Shades of Violet #FC95F8

Tints of Violet #FC95F8

Color information

#FC95F8 (or 0xFC95F8) is unknown color: approx Violet. HEX triplet: FC, 95 and F8. RGB value is (252,149,248). Sum of RGB (Red+Green+Blue) = 252+149+248=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95F8 is #036A07. Grayscale: #BEBEBE. Windows color (decimal): -223752 or 16291324. OLE color: 16291324.

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

Color convert

RGB252149248-
CMYK00.410.020.01
HSL302.33º94.5%78.63%-
HSV(B)302.33º40.87%98.82%-
XYZ67.8448.9794.68-
YUV191.08160.12171.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 22.96%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=38.83%
G=22.96%
B=38.21%

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
Decimal25214924800.410.020.01302.3394.578.63
HexFC95F80292112e5e4f
Octal37422537005121456136117
Binary111111001001010111111000010100110110010111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95F8; }

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

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

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

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

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

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

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

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