#F43546

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

Shades of Amaranth #F43546

Tints of Amaranth #F43546

Color information

#F43546 (or 0xF43546) is unknown color: approx Amaranth. HEX triplet: F4, 35 and 46. RGB value is (244,53,70). Sum of RGB (Red+Green+Blue) = 244+53+70=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F43546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43546 is #0BCAB9. Grayscale: #707070. Windows color (decimal): -772794 or 4601332. OLE color: 4601332.

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

Color convert

RGB2445370-
CMYK00.780.710.04
HSL354.66º89.67%58.24%-
HSV(B)354.66º78.28%95.69%-
XYZ39.6922.227.99-
YUV112.05104.28222.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 66.49%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=66.49%
G=14.44%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244537000.780.710.04354.6689.6758.24
HexF4354604E4741635a3a
Octal364651060116107454313272
Binary1111010011010110001100100111010001111001011000111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43546; }

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

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

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

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

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

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

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

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