Html Css Color HEX #F53346 Amaranth

📋 copy color: '#F53346'

red 245 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #F53346

Tints of Amaranth #F53346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

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

R = 66.94%
G = 13.93%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53346 (or 0xF53346) is known color: Amaranth. HEX triplet: F5, 33 and 46. RGB value is (245,51,70). Sum of RGB (Red+Green+Blue) = 245+51+70=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53346 is #0ACCB9. Grayscale: #6F6F6F. Windows color (decimal): -707770 or 4600821. OLE color: 4600821.

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

Color convert

RGB 245 51 70 -
CMYK 0 0.79 0.71 0.04
HSL 354.12º 0.91% 0.58% -
HSV(B) 354.12º 0.79% 0.96% -
XYZ 39.95 22.22 7.98 -
YUV 111.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 245 51 70 0 0.79 0.71 0.04 354.12 0.91 0.58
Hex F5 33 46 0 4F 47 4 162 5B 3A
Octal 365 63 106 0 117 107 4 542 133 72
Binary 11110101 110011 1000110 0 1001111 1000111 100 101100010 1011011 111010

Color Harmonies of #F53346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53346

Black with #F53346

Text Example


Text Example

White with #F53346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53346; }

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

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

background-color css

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

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

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

border-color css

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

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

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