#F72844

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

Shades of Amaranth #F72844

Tints of Amaranth #F72844

Color information

#F72844 (or 0xF72844) is unknown color: approx Amaranth. HEX triplet: F7, 28 and 44. RGB value is (247,40,68). Sum of RGB (Red+Green+Blue) = 247+40+68=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72844 is #08D7BB. Grayscale: #696969. Windows color (decimal): -579516 or 4466935. OLE color: 4466935.

HSL color Cylindrical-coordinate representation of color #F72844: hue angle of 351.88º 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 #F72844 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB2474068-
CMYK00.840.720.03
HSL351.88º92.83%56.27%-
HSV(B)351.88º83.81%96.86%-
XYZ40.1621.717.54-
YUV105.08107.08229.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.58%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=69.58%
G=11.27%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247406800.840.720.03351.8892.8356.27
HexF728440544831605d38
Octal367501040124110354013570
Binary111101111010001000100010101001001000111011000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72844; }

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

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

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

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

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

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

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

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