#F63744

Color #F63744 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F63744

Tints of Amaranth #F63744

Color information

#F63744 (or 0xF63744) is unknown color: approx Amaranth. HEX triplet: F6, 37 and 44. RGB value is (246,55,68). Sum of RGB (Red+Green+Blue) = 246+55+68=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F63744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63744 is #09C8BB. Grayscale: #717171. Windows color (decimal): -641212 or 4470774. OLE color: 4470774.

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

Color convert

RGB2465568-
CMYK00.780.720.04
HSL355.92º91.39%59.02%-
HSV(B)355.92º77.64%96.47%-
XYZ40.4222.747.73-
YUV113.59102.28222.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.67%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=66.67%
G=14.91%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246556800.780.720.04355.9291.3959.02
HexF6374404E4841645b3b
Octal366671040116110454413373
Binary1111011011011110001000100111010010001001011001001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63744; }

 p { color: rgb(246,55,68); }

 H1.HeaderClassName
 {
   color: #F63744;
 }
 .AnyTagClassName
 {
   color: #F63744;
 }
</style>
background-color css

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

 a { background-color: rgb(246,55,68); }

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

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

 span { border-color: rgb(246,55,68); }

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