Html Css Color HEX #F63449 Amaranth

📋 copy color: '#F63449'

red 246 ◦ green 52 ◦ blue 73

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

Shades of Amaranth #F63449

Tints of Amaranth #F63449

RGB

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

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

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

R = 66.31%
G = 14.02%
B = 19.68%

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

#F63449 (or 0xF63449) is known color: Amaranth. HEX triplet: F6, 34 and 49. RGB value is (246,52,73). Sum of RGB (Red+Green+Blue) = 246+52+73=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63449 is #09CBB6. Grayscale: #707070. Windows color (decimal): -641975 or 4797686. OLE color: 4797686.

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

Color convert

RGB 246 52 73 -
CMYK 0 0.79 0.70 0.04
HSL 353.51º 0.92% 0.58% -
HSV(B) 353.51º 0.79% 0.96% -
XYZ 40.44 22.53 8.52 -
YUV 112.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 246 52 73 0 0.79 0.70 0.04 353.51 0.92 0.58
Hex F6 34 49 0 4F 46 4 162 5C 3A
Octal 366 64 111 0 117 106 4 542 134 72
Binary 11110110 110100 1001001 0 1001111 1000110 100 101100010 1011100 111010

Color Harmonies of #F63449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63449

Black with #F63449

Text Example


Text Example

White with #F63449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63449; }

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

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

background-color css

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

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

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

border-color css

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

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

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