Html Css Color HEX #F43549 Amaranth

📋 copy color: '#F43549'

red 244 ◦ green 53 ◦ blue 73

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

Shades of Amaranth #F43549

Tints of Amaranth #F43549

RGB

 RED value IS 244 (95.7% from 255) = 65.95%

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 65.95%
G = 14.32%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F43549 (or 0xF43549) is known color: Amaranth. HEX triplet: F4, 35 and 49. RGB value is (244,53,73). Sum of RGB (Red+Green+Blue) = 244+53+73=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F43549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43549 is #0BCAB6. Grayscale: #707070. Windows color (decimal): -772791 or 4797940. OLE color: 4797940.

HSL color Cylindrical-coordinate representation of color #F43549: hue angle of 353.72º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F43549 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 53 73 -
CMYK 0 0.78 0.70 0.04
HSL 353.72º 0.9% 0.58% -
HSV(B) 353.72º 0.78% 0.96% -
XYZ 39.78 22.26 8.5 -
YUV 112.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 244 53 73 0 0.78 0.70 0.04 353.72 0.9 0.58
Hex F4 35 49 0 4E 46 4 162 5A 3A
Octal 364 65 111 0 116 106 4 542 132 72
Binary 11110100 110101 1001001 0 1001110 1000110 100 101100010 1011010 111010

Color Harmonies of #F43549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43549

Black with #F43549

Text Example


Text Example

White with #F43549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43549; }

 p { color: rgb(244,53,73); }

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

background-color css

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

 a { background-color: rgb(244,53,73); }

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

border-color css

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

 span { border-color: rgb(244,53,73); }

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