Html Css Color HEX #FC2949 Amaranth

📋 copy color: '#FC2949'

red 252 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #FC2949

Tints of Amaranth #FC2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 68.85%
G = 11.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC2949 (or 0xFC2949) is known color: Amaranth. HEX triplet: FC, 29 and 49. RGB value is (252,41,73). Sum of RGB (Red+Green+Blue) = 252+41+73=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2949 is #03D6B6. Grayscale: #6B6B6B. Windows color (decimal): -251575 or 4794876. OLE color: 4794876.

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

Color convert

RGB 252 41 73 -
CMYK 0 0.84 0.71 0.01
HSL 350.9º 0.97% 0.57% -
HSV(B) 350.9º 0.84% 0.99% -
XYZ 42.14 22.76 8.48 -
YUV 107.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 252 41 73 0 0.84 0.71 0.01 350.9 0.97 0.57
Hex FC 29 49 0 54 47 1 15F 61 39
Octal 374 51 111 0 124 107 1 537 141 71
Binary 11111100 101001 1001001 0 1010100 1000111 1 101011111 1100001 111001

Color Harmonies of #FC2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2949

Black with #FC2949

Text Example


Text Example

White with #FC2949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2949; }

 p { color: rgb(252,41,73); }

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

background-color css

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

 a { background-color: rgb(252,41,73); }

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

border-color css

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

 span { border-color: rgb(252,41,73); }

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