#FC3386

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

Shades of Violet Red #FC3386

Tints of Violet Red #FC3386

Color information

#FC3386 (or 0xFC3386) is unknown color: approx Violet Red. HEX triplet: FC, 33 and 86. RGB value is (252,51,134). Sum of RGB (Red+Green+Blue) = 252+51+134=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3386 is #03CC79. Grayscale: #787878. Windows color (decimal): -248954 or 8795132. OLE color: 8795132.

HSL color Cylindrical-coordinate representation of color #FC3386: hue angle of 335.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3386 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB25251134-
CMYK00.800.470.01
HSL335.22º97.1%59.41%-
HSV(B)335.22º79.76%98.82%-
XYZ45.6324.7824.93-
YUV120.56135.59221.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.67%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=57.67%
G=11.67%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525113400.800.470.01335.2297.159.41
HexFC33860502F114f613b
Octal37463206012057151714173
Binary11111100110011100001100101000010111111010011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3386; }

 p { color: rgb(252,51,134); }

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

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

 a { background-color: rgb(252,51,134); }

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

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

 span { border-color: rgb(252,51,134); }

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