Html Css Color HEX #F63949 Amaranth

📋 copy color: '#F63949'

red 246 ◦ green 57 ◦ blue 73

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

Shades of Amaranth #F63949

Tints of Amaranth #F63949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 65.43%
G = 15.16%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F63949 (or 0xF63949) is known color: Amaranth. HEX triplet: F6, 39 and 49. RGB value is (246,57,73). Sum of RGB (Red+Green+Blue) = 246+57+73=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F63949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63949 is #09C6B6. Grayscale: #737373. Windows color (decimal): -640695 or 4798966. OLE color: 4798966.

HSL color Cylindrical-coordinate representation of color #F63949: hue angle of 354.92º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63949 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 57 73 -
CMYK 0 0.77 0.70 0.04
HSL 354.92º 0.91% 0.59% -
HSV(B) 354.92º 0.77% 0.96% -
XYZ 40.67 23 8.6 -
YUV 115.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 246 57 73 0 0.77 0.70 0.04 354.92 0.91 0.59
Hex F6 39 49 0 4D 46 4 163 5B 3B
Octal 366 71 111 0 115 106 4 543 133 73
Binary 11110110 111001 1001001 0 1001101 1000110 100 101100011 1011011 111011

Color Harmonies of #F63949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63949

Black with #F63949

Text Example


Text Example

White with #F63949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63949; }

 p { color: rgb(246,57,73); }

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

background-color css

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

 a { background-color: rgb(246,57,73); }

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

border-color css

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

 span { border-color: rgb(246,57,73); }

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