#F1204A

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

Shades of Amaranth #F1204A

Tints of Amaranth #F1204A

Color information

#F1204A (or 0xF1204A) is unknown color: approx Amaranth. HEX triplet: F1, 20 and 4A. RGB value is (241,32,74). Sum of RGB (Red+Green+Blue) = 241+32+74=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F1204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1204A is #0EDFB5. Grayscale: #636363. Windows color (decimal): -974774 or 4858097. OLE color: 4858097.

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

Color convert

RGB2413274-
CMYK00.870.690.05
HSL347.94º88.19%53.53%-
HSV(B)347.94º86.72%94.51%-
XYZ38.0320.238.38-
YUV99.28113.74229.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.45%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=69.45%
G=9.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241327400.870.690.05347.9488.1953.53
HexF1204A05745515c5836
Octal361401120127105553413066
Binary1111000110000010010100101011110001011011010111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1204A; }

 p { color: rgb(241,32,74); }

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

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

 a { background-color: rgb(241,32,74); }

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

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

 span { border-color: rgb(241,32,74); }

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