#F71C4A

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

Shades of Amaranth #F71C4A

Tints of Amaranth #F71C4A

Color information

#F71C4A (or 0xF71C4A) is unknown color: approx Amaranth. HEX triplet: F7, 1C and 4A. RGB value is (247,28,74). Sum of RGB (Red+Green+Blue) = 247+28+74=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C4A is #08E3B5. Grayscale: #626262. Windows color (decimal): -582582 or 4857079. OLE color: 4857079.

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

Color convert

RGB2472874-
CMYK00.890.700.03
HSL347.4º93.19%53.92%-
HSV(B)347.4º88.66%96.86%-
XYZ40.0121.18.44-
YUV98.72114.05233.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.77%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=70.77%
G=8.02%
B=21.20%

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
Decimal247287400.890.700.03347.493.1953.92
HexF71C4A05946315b5d36
Octal367341120131106353313566
Binary11110111111001001010010110011000110111010110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71C4A; }

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

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

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

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

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

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

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

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