Html Css Color HEX #F32946 Amaranth

📋 copy color: '#F32946'

red 243 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #F32946

Tints of Amaranth #F32946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 68.64%
G = 11.58%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32946 (or 0xF32946) is known color: Amaranth. HEX triplet: F3, 29 and 46. RGB value is (243,41,70). Sum of RGB (Red+Green+Blue) = 243+41+70=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F32946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32946 is #0CD6B9. Grayscale: #686868. Windows color (decimal): -841402 or 4598259. OLE color: 4598259.

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

Color convert

RGB 243 41 70 -
CMYK 0 0.83 0.71 0.05
HSL 351.39º 0.89% 0.56% -
HSV(B) 351.39º 0.83% 0.95% -
XYZ 38.86 21.08 7.82 -
YUV 104.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 243 41 70 0 0.83 0.71 0.05 351.39 0.89 0.56
Hex F3 29 46 0 53 47 5 15F 59 38
Octal 363 51 106 0 123 107 5 537 131 70
Binary 11110011 101001 1000110 0 1010011 1000111 101 101011111 1011001 111000

Color Harmonies of #F32946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32946

Black with #F32946

Text Example


Text Example

White with #F32946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32946; }

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

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

background-color css

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

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

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

border-color css

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

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

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