#F42546

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

Shades of Amaranth #F42546

Tints of Amaranth #F42546

Color information

#F42546 (or 0xF42546) is unknown color: approx Amaranth. HEX triplet: F4, 25 and 46. RGB value is (244,37,70). Sum of RGB (Red+Green+Blue) = 244+37+70=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F42546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42546 is #0BDAB9. Grayscale: #666666. Windows color (decimal): -776890 or 4597236. OLE color: 4597236.

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

Color convert

RGB2443770-
CMYK00.850.710.04
HSL350.43º90.39%55.1%-
HSV(B)350.43º84.84%95.69%-
XYZ39.08217.79-
YUV102.66109.58228.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.52%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=69.52%
G=10.54%
B=19.94%

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
Decimal244377000.850.710.04350.4390.3955.1
HexF4254605547415e5a37
Octal364451060125107453613267
Binary1111010010010110001100101010110001111001010111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42546; }

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

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

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

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

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

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

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

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