Html Css Color HEX #F5364D Amaranth

📋 copy color: '#F5364D'

red 245 ◦ green 54 ◦ blue 77

#F5364D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #F5364D

Tints of Amaranth #F5364D

RGB

 RED value IS 245 (96.09% from 255) = 65.16%

 GREEN value IS 54 (21.48% from 255) = 14.36%

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 65.16%
G = 14.36%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5364D (or 0xF5364D) is known color: Amaranth. HEX triplet: F5, 36 and 4D. RGB value is (245,54,77). Sum of RGB (Red+Green+Blue) = 245+54+77=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5364D is #0AC9B2. Grayscale: #717171. Windows color (decimal): -706995 or 5060341. OLE color: 5060341.

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

Color convert

RGB 245 54 77 -
CMYK 0 0.78 0.69 0.04
HSL 352.77º 0.91% 0.59% -
HSV(B) 352.77º 0.78% 0.96% -
XYZ 40.31 22.59 9.26 -
YUV 113.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 245 54 77 0 0.78 0.69 0.04 352.77 0.91 0.59
Hex F5 36 4D 0 4E 45 4 161 5B 3B
Octal 365 66 115 0 116 105 4 541 133 73
Binary 11110101 110110 1001101 0 1001110 1000101 100 101100001 1011011 111011

Color Harmonies of #F5364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5364D

Black with #F5364D

Text Example


Text Example

White with #F5364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5364D; }

 p { color: rgb(245,54,77); }

 H1.HeaderClassName
 {
   color: #F5364D;
 }
 .AnyTagClassName
 {
   color: #F5364D;
 }
</style>

background-color css

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

 a { background-color: rgb(245,54,77); }

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

border-color css

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

 span { border-color: rgb(245,54,77); }

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