Html Css Color HEX #F32843 Amaranth

📋 copy color: '#F32843'

red 243 ◦ green 40 ◦ blue 67

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

Shades of Amaranth #F32843

Tints of Amaranth #F32843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 69.43%
G = 11.43%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32843 (or 0xF32843) is known color: Amaranth. HEX triplet: F3, 28 and 43. RGB value is (243,40,67). Sum of RGB (Red+Green+Blue) = 243+40+67=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32843 is #0CD7BC. Grayscale: #676767. Windows color (decimal): -841661 or 4401395. OLE color: 4401395.

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

Color convert

RGB 243 40 67 -
CMYK 0 0.84 0.72 0.05
HSL 352.02º 0.89% 0.55% -
HSV(B) 352.02º 0.84% 0.95% -
XYZ 38.73 20.98 7.32 -
YUV 103.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 243 40 67 0 0.84 0.72 0.05 352.02 0.89 0.55
Hex F3 28 43 0 54 48 5 160 59 37
Octal 363 50 103 0 124 110 5 540 131 67
Binary 11110011 101000 1000011 0 1010100 1001000 101 101100000 1011001 110111

Color Harmonies of #F32843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32843

Black with #F32843

Text Example


Text Example

White with #F32843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32843; }

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

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

background-color css

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

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

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

border-color css

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

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

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