#F72156

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

Shades of Amaranth #F72156

Tints of Amaranth #F72156

Color information

#F72156 (or 0xF72156) is unknown color: approx Amaranth. HEX triplet: F7, 21 and 56. RGB value is (247,33,86). Sum of RGB (Red+Green+Blue) = 247+33+86=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F72156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72156 is #08DEA9. Grayscale: #676767. Windows color (decimal): -581290 or 5644791. OLE color: 5644791.

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

Color convert

RGB2473386-
CMYK00.870.650.03
HSL345.14º93.04%54.9%-
HSV(B)345.14º86.64%96.86%-
XYZ40.5821.5310.82-
YUV103.03118.4230.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=67.49%
G=9.02%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247338600.870.650.03345.1493.0454.9
HexF721560574131595d37
Octal367411260127101353113567
Binary111101111000011010110010101111000001111010110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72156; }

 p { color: rgb(247,33,86); }

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

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

 a { background-color: rgb(247,33,86); }

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

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

 span { border-color: rgb(247,33,86); }

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