#FC3385

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

Shades of Violet Red #FC3385

Tints of Violet Red #FC3385

Color information

#FC3385 (or 0xFC3385) is unknown color: approx Violet Red. HEX triplet: FC, 33 and 85. RGB value is (252,51,133). Sum of RGB (Red+Green+Blue) = 252+51+133=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3385 is #03CC7A. Grayscale: #787878. Windows color (decimal): -248955 or 8729596. OLE color: 8729596.

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

Color convert

RGB25251133-
CMYK00.800.470.01
HSL335.52º97.1%59.41%-
HSV(B)335.52º79.76%98.82%-
XYZ45.5624.7624.57-
YUV120.45135.09221.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 51 (20.31% from 255) = 11.70%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=57.80%
G=11.70%
B=30.50%

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
Decimal2525113300.800.470.01335.5297.159.41
HexFC33850502F1150613b
Octal37463205012057152014173
Binary11111100110011100001010101000010111111010100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3385; }

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

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

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

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

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

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

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

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