#F71C49

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

Shades of Amaranth #F71C49

Tints of Amaranth #F71C49

Color information

#F71C49 (or 0xF71C49) is unknown color: approx Amaranth. HEX triplet: F7, 1C and 49. RGB value is (247,28,73). Sum of RGB (Red+Green+Blue) = 247+28+73=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C49 is #08E3B6. Grayscale: #626262. Windows color (decimal): -582583 or 4791543. OLE color: 4791543.

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

Color convert

RGB2472873-
CMYK00.890.700.03
HSL347.67º93.19%53.92%-
HSV(B)347.67º88.66%96.86%-
XYZ39.9821.098.27-
YUV98.61113.55233.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.98%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=70.98%
G=8.05%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247287300.890.700.03347.6793.1953.92
HexF71C4905946315c5d36
Octal367341110131106353413566
Binary11110111111001001001010110011000110111010111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71C49; }

 p { color: rgb(247,28,73); }

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

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

 a { background-color: rgb(247,28,73); }

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

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

 span { border-color: rgb(247,28,73); }

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