#F1344C

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

Shades of Amaranth #F1344C

Tints of Amaranth #F1344C

Color information

#F1344C (or 0xF1344C) is unknown color: approx Amaranth. HEX triplet: F1, 34 and 4C. RGB value is (241,52,76). Sum of RGB (Red+Green+Blue) = 241+52+76=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1344C is #0ECBB3. Grayscale: #6F6F6F. Windows color (decimal): -969652 or 4994289. OLE color: 4994289.

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

Color convert

RGB2415276-
CMYK00.780.680.05
HSL352.38º87.1%57.45%-
HSV(B)352.38º78.42%94.51%-
XYZ38.8121.688.98-
YUV111.25108.12220.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.31%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=65.31%
G=14.09%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241527600.780.680.05352.3887.157.45
HexF1344C04E4451605739
Octal361641140116104554012771
Binary1111000111010010011000100111010001001011011000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1344C; }

 p { color: rgb(241,52,76); }

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

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

 a { background-color: rgb(241,52,76); }

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

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

 span { border-color: rgb(241,52,76); }

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