Html Css Color HEX #F34346 Amaranth

📋 copy color: '#F34346'

red 243 ◦ green 67 ◦ blue 70

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

Shades of Amaranth #F34346

Tints of Amaranth #F34346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

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

R = 63.95%
G = 17.63%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F34346 (or 0xF34346) is known color: Amaranth. HEX triplet: F3, 43 and 46. RGB value is (243,67,70). Sum of RGB (Red+Green+Blue) = 243+67+70=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F34346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34346 is #0CBCB9. Grayscale: #787878. Windows color (decimal): -834746 or 4604915. OLE color: 4604915.

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

Color convert

RGB 243 67 70 -
CMYK 0 0.72 0.71 0.05
HSL 358.98º 0.88% 0.61% -
HSV(B) 358.98º 0.72% 0.95% -
XYZ 40.07 23.51 8.22 -
YUV 119.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 243 67 70 0 0.72 0.71 0.05 358.98 0.88 0.61
Hex F3 43 46 0 48 47 5 167 58 3D
Octal 363 103 106 0 110 107 5 547 130 75
Binary 11110011 1000011 1000110 0 1001000 1000111 101 101100111 1011000 111101

Color Harmonies of #F34346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34346

Black with #F34346

Text Example


Text Example

White with #F34346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34346; }

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

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

background-color css

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

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

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

border-color css

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

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

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