Html Css Color HEX #F53544 Amaranth

📋 copy color: '#F53544'

red 245 ◦ green 53 ◦ blue 68

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

Shades of Amaranth #F53544

Tints of Amaranth #F53544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 66.94%
G = 14.48%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F53544 (or 0xF53544) is known color: Amaranth. HEX triplet: F5, 35 and 44. RGB value is (245,53,68). Sum of RGB (Red+Green+Blue) = 245+53+68=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53544 is #0ACABB. Grayscale: #707070. Windows color (decimal): -707260 or 4470261. OLE color: 4470261.

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

Color convert

RGB 245 53 68 -
CMYK 0 0.78 0.72 0.04
HSL 355.31º 0.91% 0.58% -
HSV(B) 355.31º 0.78% 0.96% -
XYZ 39.97 22.38 7.68 -
YUV 112.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 245 53 68 0 0.78 0.72 0.04 355.31 0.91 0.58
Hex F5 35 44 0 4E 48 4 163 5B 3A
Octal 365 65 104 0 116 110 4 543 133 72
Binary 11110101 110101 1000100 0 1001110 1001000 100 101100011 1011011 111010

Color Harmonies of #F53544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53544

Black with #F53544

Text Example


Text Example

White with #F53544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53544; }

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

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

background-color css

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

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

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

border-color css

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

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

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