#FC3786

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

Shades of Violet Red #FC3786

Tints of Violet Red #FC3786

Color information

#FC3786 (or 0xFC3786) is unknown color: approx Violet Red. HEX triplet: FC, 37 and 86. RGB value is (252,55,134). Sum of RGB (Red+Green+Blue) = 252+55+134=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3786 is #03C879. Grayscale: #7A7A7A. Windows color (decimal): -247930 or 8796156. OLE color: 8796156.

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

Color convert

RGB25255134-
CMYK00.780.470.01
HSL335.94º97.04%60.2%-
HSV(B)335.94º78.17%98.82%-
XYZ45.8125.1524.99-
YUV122.91134.27220.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=57.14%
G=12.47%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525513400.780.470.01335.9497.0460.2
HexFC378604E2F1150613c
Octal37467206011657152014174
Binary11111100110111100001100100111010111111010100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3786; }

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

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

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

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

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

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

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

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