#F42D45

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

Shades of Amaranth #F42D45

Tints of Amaranth #F42D45

Color information

#F42D45 (or 0xF42D45) is unknown color: approx Amaranth. HEX triplet: F4, 2D and 45. RGB value is (244,45,69). Sum of RGB (Red+Green+Blue) = 244+45+69=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D45 is #0BD2BA. Grayscale: #6B6B6B. Windows color (decimal): -774843 or 4533748. OLE color: 4533748.

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

Color convert

RGB2444569-
CMYK00.820.720.04
HSL352.76º90.05%56.67%-
HSV(B)352.76º81.56%95.69%-
XYZ39.3221.547.72-
YUV107.24106.43225.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.16%
GREEN value IS 45 (17.97% from 255) = 12.57%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=68.16%
G=12.57%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244456900.820.720.04352.7690.0556.67
HexF42D450524841615a39
Octal364551050122110454113271
Binary1111010010110110001010101001010010001001011000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42D45; }

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

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

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

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

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

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

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

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