Html Css Color HEX #F6344A Amaranth

📋 copy color: '#F6344A'

red 246 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #F6344A

Tints of Amaranth #F6344A

RGB

 RED value IS 246 (96.48% from 255) = 66.13%

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 66.13%
G = 13.98%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6344A (or 0xF6344A) is known color: Amaranth. HEX triplet: F6, 34 and 4A. RGB value is (246,52,74). Sum of RGB (Red+Green+Blue) = 246+52+74=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6344A is #09CBB5. Grayscale: #707070. Windows color (decimal): -641974 or 4863222. OLE color: 4863222.

HSL color Cylindrical-coordinate representation of color #F6344A: hue angle of 353.2º degrees, saturation: 0.92, 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 #F6344A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 52 74 -
CMYK 0 0.79 0.70 0.04
HSL 353.2º 0.92% 0.58% -
HSV(B) 353.2º 0.79% 0.96% -
XYZ 40.47 22.54 8.7 -
YUV 112.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 246 52 74 0 0.79 0.70 0.04 353.2 0.92 0.58
Hex F6 34 4A 0 4F 46 4 161 5C 3A
Octal 366 64 112 0 117 106 4 541 134 72
Binary 11110110 110100 1001010 0 1001111 1000110 100 101100001 1011100 111010

Color Harmonies of #F6344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6344A

Black with #F6344A

Text Example


Text Example

White with #F6344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6344A; }

 p { color: rgb(246,52,74); }

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

background-color css

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

 a { background-color: rgb(246,52,74); }

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

border-color css

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

 span { border-color: rgb(246,52,74); }

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