#FC93FD

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

Shades of Violet #FC93FD

Tints of Violet #FC93FD

Color information

#FC93FD (or 0xFC93FD) is unknown color: approx Violet. HEX triplet: FC, 93 and FD. RGB value is (252,147,253). Sum of RGB (Red+Green+Blue) = 252+147+253=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 147 (57.81% from 255 or 22.55% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC93FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93FD is #036C02. Grayscale: #BEBEBE. Windows color (decimal): -224259 or 16618492. OLE color: 16618492.

HSL color Cylindrical-coordinate representation of color #FC93FD: hue angle of 299.43º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93FD is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252147253-
CMYK0.000.4200.01
HSL299.43º96.36%78.43%-
HSV(B)299.43º41.9%99.22%-
XYZ68.3148.6598.72-
YUV190.48163.29171.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 147 (57.81% from 255) = 22.55%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=38.65%
G=22.55%
B=38.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521472530.000.4200.01299.4396.3678.43
HexFC93FD02A0112b604e
Octal37422337505201453140116
Binary11111100100100111111110101010100110010101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93FD; }

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

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

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

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

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

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

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

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