#FC95FD

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

Shades of Violet #FC95FD

Tints of Violet #FC95FD

Color information

#FC95FD (or 0xFC95FD) is unknown color: approx Violet. HEX triplet: FC, 95 and FD. RGB value is (252,149,253). Sum of RGB (Red+Green+Blue) = 252+149+253=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 149 (58.59% from 255 or 22.78% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC95FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95FD is #036A02. Grayscale: #BFBFBF. Windows color (decimal): -223747 or 16619004. OLE color: 16619004.

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

Color convert

RGB252149253-
CMYK0.000.4100.01
HSL299.42º96.3%78.82%-
HSV(B)299.42º41.11%99.22%-
XYZ68.6249.2898.82-
YUV191.65162.62171.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 149 (58.59% from 255) = 22.78%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=38.53%
G=22.78%
B=38.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521492530.000.4100.01299.4296.378.82
HexFC95FD0290112b604f
Octal37422537505101453140117
Binary11111100100101011111110101010010110010101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95FD; }

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

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

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

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

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

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

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

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