#FC95F9

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

Shades of Violet #FC95F9

Tints of Violet #FC95F9

Color information

#FC95F9 (or 0xFC95F9) is unknown color: approx Violet. HEX triplet: FC, 95 and F9. RGB value is (252,149,249). Sum of RGB (Red+Green+Blue) = 252+149+249=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95F9 is #036A06. Grayscale: #BEBEBE. Windows color (decimal): -223751 or 16356860. OLE color: 16356860.

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

Color convert

RGB252149249-
CMYK00.410.010.01
HSL301.75º94.5%78.63%-
HSV(B)301.75º40.87%98.82%-
XYZ67.9949.0395.5-
YUV191.2160.62171.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=38.77%
G=22.92%
B=38.31%

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
Decimal25214924900.410.010.01301.7594.578.63
HexFC95F90291112e5e4f
Octal37422537105111456136117
Binary11111100100101011111100101010011110010111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95F9; }

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

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

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

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

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

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

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

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