Html Css Color HEX #F32343 Amaranth

📋 copy color: '#F32343'

red 243 ◦ green 35 ◦ blue 67

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

Shades of Amaranth #F32343

Tints of Amaranth #F32343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 70.43%
G = 10.14%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32343 (or 0xF32343) is known color: Amaranth. HEX triplet: F3, 23 and 43. RGB value is (243,35,67). Sum of RGB (Red+Green+Blue) = 243+35+67=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F32343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32343 is #0CDCBC. Grayscale: #646464. Windows color (decimal): -842941 or 4400115. OLE color: 4400115.

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

Color convert

RGB 243 35 67 -
CMYK 0 0.86 0.72 0.05
HSL 350.77º 0.9% 0.55% -
HSV(B) 350.77º 0.86% 0.95% -
XYZ 38.58 20.66 7.27 -
YUV 100.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 243 35 67 0 0.86 0.72 0.05 350.77 0.9 0.55
Hex F3 23 43 0 56 48 5 15F 5A 37
Octal 363 43 103 0 126 110 5 537 132 67
Binary 11110011 100011 1000011 0 1010110 1001000 101 101011111 1011010 110111

Color Harmonies of #F32343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32343

Black with #F32343

Text Example


Text Example

White with #F32343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32343; }

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

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

background-color css

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

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

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

border-color css

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

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

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