#FC94FD

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

Shades of Violet #FC94FD

Tints of Violet #FC94FD

Color information

#FC94FD (or 0xFC94FD) is unknown color: approx Violet. HEX triplet: FC, 94 and FD. RGB value is (252,148,253). Sum of RGB (Red+Green+Blue) = 252+148+253=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 148 (58.20% from 255 or 22.66% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC94FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94FD is #036B02. Grayscale: #BEBEBE. Windows color (decimal): -224003 or 16618748. OLE color: 16618748.

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

Color convert

RGB252148253-
CMYK0.000.4200.01
HSL299.43º96.33%78.63%-
HSV(B)299.43º41.5%99.22%-
XYZ68.4648.9798.77-
YUV191.07162.96171.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 148 (58.20% from 255) = 22.66%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=38.59%
G=22.66%
B=38.74%

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
Decimal2521482530.000.4200.01299.4396.3378.63
HexFC94FD02A0112b604f
Octal37422437505201453140117
Binary11111100100101001111110101010100110010101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94FD; }

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

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

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

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

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

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

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

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