Html Css Color HEX #F5354E Amaranth

📋 copy color: '#F5354E'

red 245 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #F5354E

Tints of Amaranth #F5354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 65.16%
G = 14.1%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5354E (or 0xF5354E) is known color: 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

RGB 245 53 78 -
CMYK 0 0.78 0.68 0.04
HSL 352.19º 0.91% 0.58% -
HSV(B) 352.19º 0.78% 0.96% -
XYZ 40.3 22.51 9.43 -
YUV 113.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 245 53 78 0 0.78 0.68 0.04 352.19 0.91 0.58
Hex F5 35 4E 0 4E 44 4 160 5B 3A
Octal 365 65 116 0 116 104 4 540 133 72
Binary 11110101 110101 1001110 0 1001110 1000100 100 101100000 1011011 111010

Color Harmonies of #F5354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5354E

Black with #F5354E

Text Example


Text Example

White with #F5354E

Text Example


Text Example

HTML Codes & Css Web 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>