#F71F4C

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

Shades of Amaranth #F71F4C

Tints of Amaranth #F71F4C

Color information

#F71F4C (or 0xF71F4C) is unknown color: approx Amaranth. HEX triplet: F7, 1F and 4C. RGB value is (247,31,76). Sum of RGB (Red+Green+Blue) = 247+31+76=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71F4C is #08E0B3. Grayscale: #646464. Windows color (decimal): -581812 or 4988919. OLE color: 4988919.

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

Color convert

RGB2473176-
CMYK00.870.690.03
HSL347.5º93.1%54.51%-
HSV(B)347.5º87.45%96.86%-
XYZ40.1521.288.83-
YUV100.71114.06232.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.77%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=69.77%
G=8.76%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247317600.870.690.03347.593.154.51
HexF71F4C05745315c5d37
Octal367371140127105353413567
Binary11110111111111001100010101111000101111010111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71F4C; }

 p { color: rgb(247,31,76); }

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

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

 a { background-color: rgb(247,31,76); }

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

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

 span { border-color: rgb(247,31,76); }

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