Html Css Color HEX #FC2749 Amaranth

📋 copy color: '#FC2749'

red 252 ◦ green 39 ◦ blue 73

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

Shades of Amaranth #FC2749

Tints of Amaranth #FC2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

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

R = 69.23%
G = 10.71%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC2749 (or 0xFC2749) is known color: Amaranth. HEX triplet: FC, 27 and 49. RGB value is (252,39,73). Sum of RGB (Red+Green+Blue) = 252+39+73=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2749 is #03D8B6. Grayscale: #6A6A6A. Windows color (decimal): -252087 or 4794364. OLE color: 4794364.

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

Color convert

RGB 252 39 73 -
CMYK 0 0.85 0.71 0.01
HSL 350.42º 0.97% 0.57% -
HSV(B) 350.42º 0.85% 0.99% -
XYZ 42.07 22.63 8.45 -
YUV 106.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 252 39 73 0 0.85 0.71 0.01 350.42 0.97 0.57
Hex FC 27 49 0 55 47 1 15E 61 39
Octal 374 47 111 0 125 107 1 536 141 71
Binary 11111100 100111 1001001 0 1010101 1000111 1 101011110 1100001 111001

Color Harmonies of #FC2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2749

Black with #FC2749

Text Example


Text Example

White with #FC2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2749; }

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

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

background-color css

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

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

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

border-color css

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

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

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