Html Css Color HEX #FC377F Violet Red

📋 copy color: '#FC377F'

red 252 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FC377F

Tints of Violet Red #FC377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 58.06%
G = 12.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC377F (or 0xFC377F) is known color: Violet Red. HEX triplet: FC, 37 and 7F. RGB value is (252,55,127). Sum of RGB (Red+Green+Blue) = 252+55+127=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC377F is #03C880. Grayscale: #7A7A7A. Windows color (decimal): -247937 or 8337404. OLE color: 8337404.

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

Color convert

RGB 252 55 127 -
CMYK 0 0.78 0.50 0.01
HSL 338.07º 0.97% 0.6% -
HSV(B) 338.07º 0.78% 0.99% -
XYZ 45.34 24.96 22.51 -
YUV 122.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 252 55 127 0 0.78 0.50 0.01 338.07 0.97 0.6
Hex FC 37 7F 0 4E 32 1 152 61 3C
Octal 374 67 177 0 116 62 1 522 141 74
Binary 11111100 110111 1111111 0 1001110 110010 1 101010010 1100001 111100

Color Harmonies of #FC377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC377F

Black with #FC377F

Text Example


Text Example

White with #FC377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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