Html Css Color HEX #FC378A Violet Red

📋 copy color: '#FC378A'

red 252 ◦ green 55 ◦ blue 138

#FC378A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FC378A

Tints of Violet Red #FC378A

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.3% from 255) = 31.01%

R = 56.63%
G = 12.36%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC378A (or 0xFC378A) is known color: 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

RGB 252 55 138 -
CMYK 0 0.78 0.45 0.01
HSL 334.72º 0.97% 0.6% -
HSV(B) 334.72º 0.78% 0.99% -
XYZ 46.1 25.26 26.49 -
YUV 123.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 252 55 138 0 0.78 0.45 0.01 334.72 0.97 0.6
Hex FC 37 8A 0 4E 2D 1 14F 61 3C
Octal 374 67 212 0 116 55 1 517 141 74
Binary 11111100 110111 10001010 0 1001110 101101 1 101001111 1100001 111100

Color Harmonies of #FC378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC378A

Black with #FC378A

Text Example


Text Example

White with #FC378A

Text Example


Text Example

HTML Codes & Css Web 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>