#F5354E

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

Shades of Amaranth #F5354E

Tints of Amaranth #F5354E

Color information

#F5354E (or 0xF5354E) is unknown color: approx Amaranth. HEX triplet: F5, 35 and 4E. RGB value is (245,53,78). Sum of RGB (Red+Green+Blue) = 245+53+78=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5354E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5354E is #0ACAB1. Grayscale: #717171. Windows color (decimal): -707250 or 5125621. OLE color: 5125621.

HSL color Cylindrical-coordinate representation of color #F5354E: hue angle of 352.19º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5354E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2455378-
CMYK00.780.680.04
HSL352.19º90.57%58.43%-
HSV(B)352.19º78.37%96.08%-
XYZ40.322.519.43-
YUV113.26108.11221.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.16%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=65.16%
G=14.10%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245537800.780.680.04352.1990.5758.43
HexF5354E04E4441605b3a
Octal365651160116104454013372
Binary1111010111010110011100100111010001001001011000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5354E; }

 p { color: rgb(245,53,78); }

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

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

 a { background-color: rgb(245,53,78); }

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

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

 span { border-color: rgb(245,53,78); }

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