#F6364B

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

Shades of Amaranth #F6364B

Tints of Amaranth #F6364B

Color information

#F6364B (or 0xF6364B) is unknown color: approx Amaranth. HEX triplet: F6, 36 and 4B. RGB value is (246,54,75). Sum of RGB (Red+Green+Blue) = 246+54+75=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6364B is #09C9B4. Grayscale: #717171. Windows color (decimal): -641461 or 4929270. OLE color: 4929270.

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

Color convert

RGB2465475-
CMYK00.780.700.04
HSL353.44º91.43%58.82%-
HSV(B)353.44º78.05%96.47%-
XYZ40.622.748.91-
YUV113.8106.11222.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.6%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 75 (29.69% from 255) = 20%
R=65.6%
G=14.4%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246547500.780.700.04353.4491.4358.82
HexF6364B04E4641615b3b
Octal366661130116106454113373
Binary1111011011011010010110100111010001101001011000011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6364B; }

 p { color: rgb(246,54,75); }

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

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

 a { background-color: rgb(246,54,75); }

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

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

 span { border-color: rgb(246,54,75); }

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