#F71B4E

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

Shades of Amaranth #F71B4E

Tints of Amaranth #F71B4E

Color information

#F71B4E (or 0xF71B4E) is unknown color: approx Amaranth. HEX triplet: F7, 1B and 4E. RGB value is (247,27,78). Sum of RGB (Red+Green+Blue) = 247+27+78=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B4E is #08E4B1. Grayscale: #626262. Windows color (decimal): -582834 or 5118967. OLE color: 5118967.

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

Color convert

RGB2472778-
CMYK00.890.680.03
HSL346.09º93.22%53.73%-
HSV(B)346.09º89.07%96.86%-
XYZ40.1221.119.17-
YUV98.59116.39233.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.17%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=70.17%
G=7.67%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247277800.890.680.03346.0993.2253.73
HexF71B4E05944315a5d36
Octal367331160131104353213566
Binary11110111110111001110010110011000100111010110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71B4E; }

 p { color: rgb(247,27,78); }

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

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

 a { background-color: rgb(247,27,78); }

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

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

 span { border-color: rgb(247,27,78); }

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