Html Css Color HEX #F43346 Amaranth

📋 copy color: '#F43346'

red 244 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #F43346

Tints of Amaranth #F43346

RGB

 RED value IS 244 (95.7% from 255) = 66.85%

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 66.85%
G = 13.97%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F43346 (or 0xF43346) is known color: Amaranth. HEX triplet: F4, 33 and 46. RGB value is (244,51,70). Sum of RGB (Red+Green+Blue) = 244+51+70=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F43346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43346 is #0BCCB9. Grayscale: #6E6E6E. Windows color (decimal): -773306 or 4600820. OLE color: 4600820.

HSL color Cylindrical-coordinate representation of color #F43346: hue angle of 354.09º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43346 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 51 70 -
CMYK 0 0.79 0.71 0.04
HSL 354.09º 0.9% 0.58% -
HSV(B) 354.09º 0.79% 0.96% -
XYZ 39.6 22.04 7.96 -
YUV 110.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 244 51 70 0 0.79 0.71 0.04 354.09 0.9 0.58
Hex F4 33 46 0 4F 47 4 162 5A 3A
Octal 364 63 106 0 117 107 4 542 132 72
Binary 11110100 110011 1000110 0 1001111 1000111 100 101100010 1011010 111010

Color Harmonies of #F43346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43346

Black with #F43346

Text Example


Text Example

White with #F43346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43346; }

 p { color: rgb(244,51,70); }

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

background-color css

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

 a { background-color: rgb(244,51,70); }

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

border-color css

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

 span { border-color: rgb(244,51,70); }

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