#F42547

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

Shades of Amaranth #F42547

Tints of Amaranth #F42547

Color information

#F42547 (or 0xF42547) is unknown color: approx Amaranth. HEX triplet: F4, 25 and 47. RGB value is (244,37,71). Sum of RGB (Red+Green+Blue) = 244+37+71=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42547 is #0BDAB8. Grayscale: #666666. Windows color (decimal): -776889 or 4662772. OLE color: 4662772.

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

Color convert

RGB2443771-
CMYK00.850.710.04
HSL350.14º90.39%55.1%-
HSV(B)350.14º84.84%95.69%-
XYZ39.1121.017.96-
YUV102.77110.08228.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.32%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=69.32%
G=10.51%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244377100.850.710.04350.1490.3955.1
HexF4254705547415e5a37
Octal364451070125107453613267
Binary1111010010010110001110101010110001111001010111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42547; }

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

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

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

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

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

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

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

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