#FC378A

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

Shades of Violet Red #FC378A

Tints of Violet Red #FC378A

Color information

#FC378A (or 0xFC378A) is unknown color: approx Violet Red. HEX triplet: FC, 37 and 8A. RGB value is (252,55,138). Sum of RGB (Red+Green+Blue) = 252+55+138=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC378A is #03C875. Grayscale: #7B7B7B. Windows color (decimal): -247926 or 9058300. OLE color: 9058300.

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

Color convert

RGB25255138-
CMYK00.780.450.01
HSL334.72º97.04%60.2%-
HSV(B)334.72º78.17%98.82%-
XYZ46.125.2626.49-
YUV123.36136.27219.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 55 (21.88% from 255) = 12.36%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=56.63%
G=12.36%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525513800.780.450.01334.7297.0460.2
HexFC378A04E2D114f613c
Octal37467212011655151714174
Binary11111100110111100010100100111010110111010011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC378A; }

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

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

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

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

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

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

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

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