#F63A46

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

Shades of Amaranth #F63A46

Tints of Amaranth #F63A46

Color information

#F63A46 (or 0xF63A46) is unknown color: approx Amaranth. HEX triplet: F6, 3A and 46. RGB value is (246,58,70). Sum of RGB (Red+Green+Blue) = 246+58+70=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A46 is #09C5B9. Grayscale: #737373. Windows color (decimal): -640442 or 4602614. OLE color: 4602614.

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

Color convert

RGB2465870-
CMYK00.760.720.04
HSL356.17º91.26%59.61%-
HSV(B)356.17º76.42%96.47%-
XYZ40.6223.068.1-
YUV115.58102.28221.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.78%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=65.78%
G=15.51%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246587000.760.720.04356.1791.2659.61
HexF63A4604C4841645b3c
Octal366721060114110454413374
Binary1111011011101010001100100110010010001001011001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63A46; }

 p { color: rgb(246,58,70); }

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

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

 a { background-color: rgb(246,58,70); }

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

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

 span { border-color: rgb(246,58,70); }

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