#F63445

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

Shades of Amaranth #F63445

Tints of Amaranth #F63445

Color information

#F63445 (or 0xF63445) is unknown color: approx Amaranth. HEX triplet: F6, 34 and 45. RGB value is (246,52,69). Sum of RGB (Red+Green+Blue) = 246+52+69=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63445 is #09CBBA. Grayscale: #707070. Windows color (decimal): -641979 or 4535542. OLE color: 4535542.

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

Color convert

RGB2465269-
CMYK00.790.720.04
HSL354.74º91.51%58.43%-
HSV(B)354.74º78.86%96.47%-
XYZ40.3122.487.84-
YUV111.94103.77223.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.03%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=67.03%
G=14.17%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246526900.790.720.04354.7491.5158.43
HexF6344504F4841635c3a
Octal366641050117110454313472
Binary1111011011010010001010100111110010001001011000111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63445; }

 p { color: rgb(246,52,69); }

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

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

 a { background-color: rgb(246,52,69); }

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

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

 span { border-color: rgb(246,52,69); }

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