#F63849

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

Shades of Amaranth #F63849

Tints of Amaranth #F63849

Color information

#F63849 (or 0xF63849) is unknown color: approx Amaranth. HEX triplet: F6, 38 and 49. RGB value is (246,56,73). Sum of RGB (Red+Green+Blue) = 246+56+73=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F63849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63849 is #09C7B6. Grayscale: #727272. Windows color (decimal): -640951 or 4798710. OLE color: 4798710.

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

Color convert

RGB2465673-
CMYK00.770.700.04
HSL354.63º91.35%59.22%-
HSV(B)354.63º77.24%96.47%-
XYZ40.6222.98.58-
YUV114.75104.45221.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.6%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=65.6%
G=14.93%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246567300.770.700.04354.6391.3559.22
HexF6384904D4641635b3b
Octal366701110115106454313373
Binary1111011011100010010010100110110001101001011000111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63849; }

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

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

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

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

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

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

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

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