Html Css Color HEX #F32346 Amaranth

📋 copy color: '#F32346'

red 243 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #F32346

Tints of Amaranth #F32346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 69.83%
G = 10.06%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32346 (or 0xF32346) is known color: Amaranth. HEX triplet: F3, 23 and 46. RGB value is (243,35,70). Sum of RGB (Red+Green+Blue) = 243+35+70=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32346 is #0CDCB9. Grayscale: #656565. Windows color (decimal): -842938 or 4596723. OLE color: 4596723.

HSL color Cylindrical-coordinate representation of color #F32346: hue angle of 349.9º 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 #F32346 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 35 70 -
CMYK 0 0.86 0.71 0.05
HSL 349.9º 0.9% 0.55% -
HSV(B) 349.9º 0.86% 0.95% -
XYZ 38.67 20.7 7.75 -
YUV 101.18 110.41 229.15 -
System Red Green Blue C M Y K H S L
Decimal 243 35 70 0 0.86 0.71 0.05 349.9 0.9 0.55
Hex F3 23 46 0 56 47 5 15E 5A 37
Octal 363 43 106 0 126 107 5 536 132 67
Binary 11110011 100011 1000110 0 1010110 1000111 101 101011110 1011010 110111

Color Harmonies of #F32346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32346

Black with #F32346

Text Example


Text Example

White with #F32346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32346; }

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

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

background-color css

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

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

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

border-color css

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

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

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