#F1434A

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

Shades of Amaranth #F1434A

Tints of Amaranth #F1434A

Color information

#F1434A (or 0xF1434A) is unknown color: approx Amaranth. HEX triplet: F1, 43 and 4A. RGB value is (241,67,74). Sum of RGB (Red+Green+Blue) = 241+67+74=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1434A is #0EBCB5. Grayscale: #777777. Windows color (decimal): -965814 or 4867057. OLE color: 4867057.

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

Color convert

RGB2416774-
CMYK00.720.690.05
HSL357.59º86.14%60.39%-
HSV(B)357.59º72.2%94.51%-
XYZ39.5223.218.88-
YUV119.82102.15214.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.09%
GREEN value IS 67 (26.56% from 255) = 17.54%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=63.09%
G=17.54%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241677400.720.690.05357.5986.1460.39
HexF1434A048455166563c
Octal3611031120110105554612674
Binary11110001100001110010100100100010001011011011001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1434A; }

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

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

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

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

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

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

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

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