#F72943

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

Shades of Amaranth #F72943

Tints of Amaranth #F72943

Color information

#F72943 (or 0xF72943) is unknown color: approx Amaranth. HEX triplet: F7, 29 and 43. RGB value is (247,41,67). Sum of RGB (Red+Green+Blue) = 247+41+67=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72943 is #08D6BC. Grayscale: #696969. Windows color (decimal): -579261 or 4401655. OLE color: 4401655.

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

Color convert

RGB2474167-
CMYK00.830.730.03
HSL352.43º92.79%56.47%-
HSV(B)352.43º83.4%96.86%-
XYZ40.1621.777.39-
YUV105.56106.25228.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.58%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=69.58%
G=11.55%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247416700.830.730.03352.4392.7956.47
HexF729430534931605d38
Octal367511030123111354013570
Binary111101111010011000011010100111001001111011000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72943; }

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

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

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

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

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

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

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

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