#F5384A

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

Shades of Amaranth #F5384A

Tints of Amaranth #F5384A

Color information

#F5384A (or 0xF5384A) is unknown color: approx Amaranth. HEX triplet: F5, 38 and 4A. RGB value is (245,56,74). Sum of RGB (Red+Green+Blue) = 245+56+74=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5384A is #0AC7B5. Grayscale: #727272. Windows color (decimal): -706486 or 4864245. OLE color: 4864245.

HSL color Cylindrical-coordinate representation of color #F5384A: hue angle of 354.29º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5384A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2455674-
CMYK00.770.700.04
HSL354.29º90.43%59.02%-
HSV(B)354.29º77.14%96.08%-
XYZ40.3122.748.74-
YUV114.56105.12221.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.33%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=65.33%
G=14.93%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245567400.770.700.04354.2990.4359.02
HexF5384A04D4641625a3b
Octal365701120115106454213273
Binary1111010111100010010100100110110001101001011000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5384A; }

 p { color: rgb(245,56,74); }

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

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

 a { background-color: rgb(245,56,74); }

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

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

 span { border-color: rgb(245,56,74); }

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