#F42545

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

Shades of Amaranth #F42545

Tints of Amaranth #F42545

Color information

#F42545 (or 0xF42545) is unknown color: approx Amaranth. HEX triplet: F4, 25 and 45. RGB value is (244,37,69). Sum of RGB (Red+Green+Blue) = 244+37+69=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42545 is #0BDABA. Grayscale: #666666. Windows color (decimal): -776891 or 4531700. OLE color: 4531700.

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

Color convert

RGB2443769-
CMYK00.850.720.04
HSL350.72º90.39%55.1%-
HSV(B)350.72º84.84%95.69%-
XYZ39.0420.997.62-
YUV102.54109.08228.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.71%
GREEN value IS 37 (14.84% from 255) = 10.57%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=69.71%
G=10.57%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244376900.850.720.04350.7290.3955.1
HexF4254505548415f5a37
Octal364451050125110453713267
Binary1111010010010110001010101010110010001001010111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42545; }

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

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

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

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

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

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

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

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