Html Css Color HEX #F32949 Amaranth

📋 copy color: '#F32949'

red 243 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #F32949

Tints of Amaranth #F32949

RGB

 RED value IS 243 (95.31% from 255) = 68.07%

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

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

R = 68.07%
G = 11.48%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32949 (or 0xF32949) is known color: Amaranth. HEX triplet: F3, 29 and 49. RGB value is (243,41,73). Sum of RGB (Red+Green+Blue) = 243+41+73=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F32949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32949 is #0CD6B6. Grayscale: #696969. Windows color (decimal): -841399 or 4794867. OLE color: 4794867.

HSL color Cylindrical-coordinate representation of color #F32949: hue angle of 350.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32949 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 73 -
CMYK 0 0.83 0.70 0.05
HSL 350.5º 0.89% 0.56% -
HSV(B) 350.5º 0.83% 0.95% -
XYZ 38.96 21.12 8.33 -
YUV 105.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 243 41 73 0 0.83 0.70 0.05 350.5 0.89 0.56
Hex F3 29 49 0 53 46 5 15E 59 38
Octal 363 51 111 0 123 106 5 536 131 70
Binary 11110011 101001 1001001 0 1010011 1000110 101 101011110 1011001 111000

Color Harmonies of #F32949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32949

Black with #F32949

Text Example


Text Example

White with #F32949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32949; }

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

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

background-color css

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

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

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

border-color css

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

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

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