Html Css Color HEX #F32449 Amaranth

📋 copy color: '#F32449'

red 243 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #F32449

Tints of Amaranth #F32449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

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

R = 69.03%
G = 10.23%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32449 (or 0xF32449) is known color: Amaranth. HEX triplet: F3, 24 and 49. RGB value is (243,36,73). Sum of RGB (Red+Green+Blue) = 243+36+73=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32449 is #0CDBB6. Grayscale: #666666. Windows color (decimal): -842679 or 4793587. OLE color: 4793587.

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

Color convert

RGB 243 36 73 -
CMYK 0 0.85 0.70 0.05
HSL 349.28º 0.9% 0.55% -
HSV(B) 349.28º 0.85% 0.95% -
XYZ 38.8 20.8 8.27 -
YUV 102.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 243 36 73 0 0.85 0.70 0.05 349.28 0.9 0.55
Hex F3 24 49 0 55 46 5 15D 5A 37
Octal 363 44 111 0 125 106 5 535 132 67
Binary 11110011 100100 1001001 0 1010101 1000110 101 101011101 1011010 110111

Color Harmonies of #F32449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32449

Black with #F32449

Text Example


Text Example

White with #F32449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32449; }

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

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

background-color css

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

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

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

border-color css

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

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

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