Html Css Color HEX #F32349 Amaranth

📋 copy color: '#F32349'

red 243 ◦ green 35 ◦ blue 73

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

Shades of Amaranth #F32349

Tints of Amaranth #F32349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

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

R = 69.23%
G = 9.97%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32349 (or 0xF32349) is known color: Amaranth. HEX triplet: F3, 23 and 49. RGB value is (243,35,73). Sum of RGB (Red+Green+Blue) = 243+35+73=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32349 is #0CDCB6. Grayscale: #656565. Windows color (decimal): -842935 or 4793331. OLE color: 4793331.

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

Color convert

RGB 243 35 73 -
CMYK 0 0.86 0.70 0.05
HSL 349.04º 0.9% 0.55% -
HSV(B) 349.04º 0.86% 0.95% -
XYZ 38.77 20.74 8.26 -
YUV 101.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 243 35 73 0 0.86 0.70 0.05 349.04 0.9 0.55
Hex F3 23 49 0 56 46 5 15D 5A 37
Octal 363 43 111 0 126 106 5 535 132 67
Binary 11110011 100011 1001001 0 1010110 1000110 101 101011101 1011010 110111

Color Harmonies of #F32349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32349

Black with #F32349

Text Example


Text Example

White with #F32349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32349; }

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

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

background-color css

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

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

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

border-color css

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

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

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