#F12347

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

Shades of Amaranth #F12347

Tints of Amaranth #F12347

Color information

#F12347 (or 0xF12347) is unknown color: approx Amaranth. HEX triplet: F1, 23 and 47. RGB value is (241,35,71). Sum of RGB (Red+Green+Blue) = 241+35+71=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12347 is #0EDCB8. Grayscale: #646464. Windows color (decimal): -974009 or 4662257. OLE color: 4662257.

HSL color Cylindrical-coordinate representation of color #F12347: hue angle of 349.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12347 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2413571-
CMYK00.850.710.05
HSL349.51º88.03%54.12%-
HSV(B)349.51º85.48%94.51%-
XYZ38.0120.367.89-
YUV100.7111.25228.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.45%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=69.45%
G=10.09%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241357100.850.710.05349.5188.0354.12
HexF1234705547515e5836
Octal361431070125107553613066
Binary1111000110001110001110101010110001111011010111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12347; }

 p { color: rgb(241,35,71); }

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

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

 a { background-color: rgb(241,35,71); }

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

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

 span { border-color: rgb(241,35,71); }

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