Html Css Color HEX #F53546 Amaranth

📋 copy color: '#F53546'

red 245 ◦ green 53 ◦ blue 70

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

Shades of Amaranth #F53546

Tints of Amaranth #F53546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 66.58%
G = 14.4%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53546 (or 0xF53546) is known color: Amaranth. HEX triplet: F5, 35 and 46. RGB value is (245,53,70). Sum of RGB (Red+Green+Blue) = 245+53+70=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F53546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53546 is #0ACAB9. Grayscale: #707070. Windows color (decimal): -707258 or 4601333. OLE color: 4601333.

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

Color convert

RGB 245 53 70 -
CMYK 0 0.78 0.71 0.04
HSL 354.69º 0.91% 0.58% -
HSV(B) 354.69º 0.78% 0.96% -
XYZ 40.03 22.4 8.01 -
YUV 112.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 245 53 70 0 0.78 0.71 0.04 354.69 0.91 0.58
Hex F5 35 46 0 4E 47 4 163 5B 3A
Octal 365 65 106 0 116 107 4 543 133 72
Binary 11110101 110101 1000110 0 1001110 1000111 100 101100011 1011011 111010

Color Harmonies of #F53546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53546

Black with #F53546

Text Example


Text Example

White with #F53546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53546; }

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

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

background-color css

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

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

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

border-color css

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

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

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