#F6334A

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

Shades of Amaranth #F6334A

Tints of Amaranth #F6334A

Color information

#F6334A (or 0xF6334A) is unknown color: approx Amaranth. HEX triplet: F6, 33 and 4A. RGB value is (246,51,74). Sum of RGB (Red+Green+Blue) = 246+51+74=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6334A is #09CCB5. Grayscale: #707070. Windows color (decimal): -642230 or 4862966. OLE color: 4862966.

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

Color convert

RGB2465174-
CMYK00.790.700.04
HSL352.92º91.55%58.24%-
HSV(B)352.92º79.27%96.47%-
XYZ40.4322.458.68-
YUV111.93106.6223.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.31%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=66.31%
G=13.75%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246517400.790.700.04352.9291.5558.24
HexF6334A04F4641615c3a
Octal366631120117106454113472
Binary1111011011001110010100100111110001101001011000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6334A; }

 p { color: rgb(246,51,74); }

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

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

 a { background-color: rgb(246,51,74); }

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

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

 span { border-color: rgb(246,51,74); }

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