#F72C4A

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

Shades of Amaranth #F72C4A

Tints of Amaranth #F72C4A

Color information

#F72C4A (or 0xF72C4A) is unknown color: approx Amaranth. HEX triplet: F7, 2C and 4A. RGB value is (247,44,74). Sum of RGB (Red+Green+Blue) = 247+44+74=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C4A is #08D3B5. Grayscale: #6C6C6C. Windows color (decimal): -578486 or 4861175. OLE color: 4861175.

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

Color convert

RGB2474474-
CMYK00.820.700.03
HSL351.13º92.69%57.06%-
HSV(B)351.13º82.19%96.86%-
XYZ40.4922.078.6-
YUV108.12108.75227.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.67%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=67.67%
G=12.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247447400.820.700.03351.1392.6957.06
HexF72C4A05246315f5d39
Octal367541120122106353713571
Binary111101111011001001010010100101000110111010111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72C4A; }

 p { color: rgb(247,44,74); }

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

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

 a { background-color: rgb(247,44,74); }

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

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

 span { border-color: rgb(247,44,74); }

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