Html Css Color HEX #F5374B Amaranth

📋 copy color: '#F5374B'

red 245 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #F5374B

Tints of Amaranth #F5374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 65.33%
G = 14.67%
B = 20%

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

#F5374B (or 0xF5374B) is known color: Amaranth. HEX triplet: F5, 37 and 4B. RGB value is (245,55,75). Sum of RGB (Red+Green+Blue) = 245+55+75=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5374B is #0AC8B4. Grayscale: #727272. Windows color (decimal): -706741 or 4929525. OLE color: 4929525.

HSL color Cylindrical-coordinate representation of color #F5374B: hue angle of 353.68º degrees, saturation: 0.9, 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 #F5374B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 75 -
CMYK 0 0.78 0.69 0.04
HSL 353.68º 0.9% 0.59% -
HSV(B) 353.68º 0.78% 0.96% -
XYZ 40.29 22.65 8.91 -
YUV 114.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 245 55 75 0 0.78 0.69 0.04 353.68 0.9 0.59
Hex F5 37 4B 0 4E 45 4 162 5A 3B
Octal 365 67 113 0 116 105 4 542 132 73
Binary 11110101 110111 1001011 0 1001110 1000101 100 101100010 1011010 111011

Color Harmonies of #F5374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5374B

Black with #F5374B

Text Example


Text Example

White with #F5374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5374B; }

 p { color: rgb(245,55,75); }

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

background-color css

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

 a { background-color: rgb(245,55,75); }

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

border-color css

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

 span { border-color: rgb(245,55,75); }

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