#F1354F

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

Shades of Amaranth #F1354F

Tints of Amaranth #F1354F

Color information

#F1354F (or 0xF1354F) is unknown color: approx Amaranth. HEX triplet: F1, 35 and 4F. RGB value is (241,53,79). Sum of RGB (Red+Green+Blue) = 241+53+79=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1354F is #0ECAB0. Grayscale: #707070. Windows color (decimal): -969393 or 5191153. OLE color: 5191153.

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

Color convert

RGB2415379-
CMYK00.780.670.05
HSL351.7º87.04%57.65%-
HSV(B)351.7º78.01%94.51%-
XYZ38.9621.819.55-
YUV112.18109.28219.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=64.61%
G=14.21%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241537900.780.670.05351.787.0457.65
HexF1354F04E435160573a
Octal361651170116103554012772
Binary1111000111010110011110100111010000111011011000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1354F; }

 p { color: rgb(241,53,79); }

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

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

 a { background-color: rgb(241,53,79); }

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

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

 span { border-color: rgb(241,53,79); }

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