Html Css Color HEX #F32F49 Amaranth

📋 copy color: '#F32F49'

red 243 ◦ green 47 ◦ blue 73

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

Shades of Amaranth #F32F49

Tints of Amaranth #F32F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

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

R = 66.94%
G = 12.95%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32F49 (or 0xF32F49) is known color: Amaranth. HEX triplet: F3, 2F and 49. RGB value is (243,47,73). Sum of RGB (Red+Green+Blue) = 243+47+73=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F49 is #0CD0B6. Grayscale: #6C6C6C. Windows color (decimal): -839863 or 4796403. OLE color: 4796403.

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

Color convert

RGB 243 47 73 -
CMYK 0 0.81 0.70 0.05
HSL 352.04º 0.89% 0.57% -
HSV(B) 352.04º 0.81% 0.95% -
XYZ 39.18 21.57 8.4 -
YUV 108.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 243 47 73 0 0.81 0.70 0.05 352.04 0.89 0.57
Hex F3 2F 49 0 51 46 5 160 59 39
Octal 363 57 111 0 121 106 5 540 131 71
Binary 11110011 101111 1001001 0 1010001 1000110 101 101100000 1011001 111001

Color Harmonies of #F32F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F49

Black with #F32F49

Text Example


Text Example

White with #F32F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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