Html Css Color HEX #F32146 Amaranth

📋 copy color: '#F32146'

red 243 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #F32146

Tints of Amaranth #F32146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 70.23%
G = 9.54%
B = 20.23%

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

#F32146 (or 0xF32146) is known color: Amaranth. HEX triplet: F3, 21 and 46. RGB value is (243,33,70). Sum of RGB (Red+Green+Blue) = 243+33+70=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F32146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32146 is #0CDEB9. Grayscale: #646464. Windows color (decimal): -843450 or 4596211. OLE color: 4596211.

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

Color convert

RGB 243 33 70 -
CMYK 0 0.86 0.71 0.05
HSL 349.43º 0.9% 0.54% -
HSV(B) 349.43º 0.86% 0.95% -
XYZ 38.61 20.58 7.73 -
YUV 100.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 243 33 70 0 0.86 0.71 0.05 349.43 0.9 0.54
Hex F3 21 46 0 56 47 5 15D 5A 36
Octal 363 41 106 0 126 107 5 535 132 66
Binary 11110011 100001 1000110 0 1010110 1000111 101 101011101 1011010 110110

Color Harmonies of #F32146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32146

Black with #F32146

Text Example


Text Example

White with #F32146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32146; }

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

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

background-color css

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

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

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

border-color css

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

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

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