#F62849

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

Shades of Amaranth #F62849

Tints of Amaranth #F62849

Color information

#F62849 (or 0xF62849) is unknown color: approx Amaranth. HEX triplet: F6, 28 and 49. RGB value is (246,40,73). Sum of RGB (Red+Green+Blue) = 246+40+73=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F62849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62849 is #09D7B6. Grayscale: #696969. Windows color (decimal): -645047 or 4794614. OLE color: 4794614.

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

Color convert

RGB2464073-
CMYK00.840.700.04
HSL350.39º91.96%56.08%-
HSV(B)350.39º83.74%96.47%-
XYZ39.9721.598.36-
YUV105.36109.75228.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 68.52%
GREEN value IS 40 (16.02% from 255) = 11.14%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=68.52%
G=11.14%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246407300.840.700.04350.3991.9656.08
HexF6284905446415e5c38
Octal366501110124106453613470
Binary1111011010100010010010101010010001101001010111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F62849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F62849; }

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

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

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

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

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

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

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

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