Html Css Color HEX #F63049 Amaranth

📋 copy color: '#F63049'

red 246 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #F63049

Tints of Amaranth #F63049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 67.03%
G = 13.08%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F63049 (or 0xF63049) is known color: Amaranth. HEX triplet: F6, 30 and 49. RGB value is (246,48,73). Sum of RGB (Red+Green+Blue) = 246+48+73=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63049 is #09CFB6. Grayscale: #6E6E6E. Windows color (decimal): -642999 or 4796662. OLE color: 4796662.

HSL color Cylindrical-coordinate representation of color #F63049: hue angle of 352.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63049 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 73 -
CMYK 0 0.80 0.70 0.04
HSL 352.42º 0.92% 0.58% -
HSV(B) 352.42º 0.8% 0.96% -
XYZ 40.27 22.19 8.46 -
YUV 110.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 246 48 73 0 0.80 0.70 0.04 352.42 0.92 0.58
Hex F6 30 49 0 50 46 4 160 5C 3A
Octal 366 60 111 0 120 106 4 540 134 72
Binary 11110110 110000 1001001 0 1010000 1000110 100 101100000 1011100 111010

Color Harmonies of #F63049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63049

Black with #F63049

Text Example


Text Example

White with #F63049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63049; }

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

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

background-color css

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

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

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

border-color css

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

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

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