Html Css Color HEX #FC3143 Amaranth

📋 copy color: '#FC3143'

red 252 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #FC3143

Tints of Amaranth #FC3143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.32%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 68.48%
G = 13.32%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC3143 (or 0xFC3143) is known color: Amaranth. HEX triplet: FC, 31 and 43. RGB value is (252,49,67). Sum of RGB (Red+Green+Blue) = 252+49+67=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3143 is #03CEBC. Grayscale: #6F6F6F. Windows color (decimal): -249533 or 4403708. OLE color: 4403708.

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

Color convert

RGB 252 49 67 -
CMYK 0 0.81 0.73 0.01
HSL 354.68º 0.97% 0.59% -
HSV(B) 354.68º 0.81% 0.99% -
XYZ 42.26 23.3 7.58 -
YUV 111.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 252 49 67 0 0.81 0.73 0.01 354.68 0.97 0.59
Hex FC 31 43 0 51 49 1 163 61 3B
Octal 374 61 103 0 121 111 1 543 141 73
Binary 11111100 110001 1000011 0 1010001 1001001 1 101100011 1100001 111011

Color Harmonies of #FC3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3143

Black with #FC3143

Text Example


Text Example

White with #FC3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3143; }

 p { color: rgb(252,49,67); }

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

background-color css

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

 a { background-color: rgb(252,49,67); }

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

border-color css

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

 span { border-color: rgb(252,49,67); }

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