Html Css Color HEX #FC377C Violet Red

📋 copy color: '#FC377C'

red 252 ◦ green 55 ◦ blue 124

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

Shades of Violet Red #FC377C

Tints of Violet Red #FC377C

RGB

 RED value IS 252 (98.83% from 255) = 58.47%

 GREEN value IS 55 (21.88% from 255) = 12.76%

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 58.47%
G = 12.76%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC377C (or 0xFC377C) is known color: Violet Red. HEX triplet: FC, 37 and 7C. RGB value is (252,55,124). Sum of RGB (Red+Green+Blue) = 252+55+124=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC377C is #03C883. Grayscale: #797979. Windows color (decimal): -247940 or 8140796. OLE color: 8140796.

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

Color convert

RGB 252 55 124 -
CMYK 0 0.78 0.51 0.01
HSL 338.98º 0.97% 0.6% -
HSV(B) 338.98º 0.78% 0.99% -
XYZ 45.15 24.88 21.49 -
YUV 121.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 252 55 124 0 0.78 0.51 0.01 338.98 0.97 0.6
Hex FC 37 7C 0 4E 33 1 153 61 3C
Octal 374 67 174 0 116 63 1 523 141 74
Binary 11111100 110111 1111100 0 1001110 110011 1 101010011 1100001 111100

Color Harmonies of #FC377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC377C

Black with #FC377C

Text Example


Text Example

White with #FC377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC377C; }

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

 H1.HeaderClassName
 {
   color: #FC377C;
 }
 .AnyTagClassName
 {
   color: #FC377C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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