#F72843

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

Shades of Amaranth #F72843

Tints of Amaranth #F72843

Color information

#F72843 (or 0xF72843) is unknown color: approx Amaranth. HEX triplet: F7, 28 and 43. RGB value is (247,40,67). Sum of RGB (Red+Green+Blue) = 247+40+67=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F72843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72843 is #08D7BC. Grayscale: #696969. Windows color (decimal): -579517 or 4401399. OLE color: 4401399.

HSL color Cylindrical-coordinate representation of color #F72843: hue angle of 352.17º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72843 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2474067-
CMYK00.840.730.03
HSL352.17º92.83%56.27%-
HSV(B)352.17º83.81%96.86%-
XYZ40.1321.77.38-
YUV104.97106.58229.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.77%
GREEN value IS 40 (16.02% from 255) = 11.30%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=69.77%
G=11.30%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247406700.840.730.03352.1792.8356.27
HexF728430544931605d38
Octal367501030124111354013570
Binary111101111010001000011010101001001001111011000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72843; }

 p { color: rgb(247,40,67); }

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

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

 a { background-color: rgb(247,40,67); }

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

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

 span { border-color: rgb(247,40,67); }

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