#F41E45

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

Shades of Amaranth #F41E45

Tints of Amaranth #F41E45

Color information

#F41E45 (or 0xF41E45) is unknown color: approx Amaranth. HEX triplet: F4, 1E and 45. RGB value is (244,30,69). Sum of RGB (Red+Green+Blue) = 244+30+69=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E45 is #0BE1BA. Grayscale: #626262. Windows color (decimal): -778683 or 4529908. OLE color: 4529908.

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

Color convert

RGB2443069-
CMYK00.880.720.04
HSL349.07º90.68%53.73%-
HSV(B)349.07º87.7%95.69%-
XYZ38.8520.597.56-
YUV98.43111.4231.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.14%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=71.14%
G=8.75%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244306900.880.720.04349.0790.6853.73
HexF41E4505848415d5b36
Octal364361050130110453513366
Binary111101001111010001010101100010010001001010111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41E45; }

 p { color: rgb(244,30,69); }

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

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

 a { background-color: rgb(244,30,69); }

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

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

 span { border-color: rgb(244,30,69); }

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