#F71C4B

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

Shades of Amaranth #F71C4B

Tints of Amaranth #F71C4B

Color information

#F71C4B (or 0xF71C4B) is unknown color: approx Amaranth. HEX triplet: F7, 1C and 4B. RGB value is (247,28,75). Sum of RGB (Red+Green+Blue) = 247+28+75=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C4B is #08E3B4. Grayscale: #626262. Windows color (decimal): -582581 or 4922615. OLE color: 4922615.

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

Color convert

RGB2472875-
CMYK00.890.700.03
HSL347.12º93.19%53.92%-
HSV(B)347.12º88.66%96.86%-
XYZ40.0421.118.62-
YUV98.84114.55233.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=70.57%
G=8%
B=21.43%

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
Decimal247287500.890.700.03347.1293.1953.92
HexF71C4B05946315b5d36
Octal367341130131106353313566
Binary11110111111001001011010110011000110111010110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71C4B; }

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

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

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

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

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

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

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

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