Html Css Color HEX #F53543 Amaranth

📋 copy color: '#F53543'

red 245 ◦ green 53 ◦ blue 67

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

Shades of Amaranth #F53543

Tints of Amaranth #F53543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 67.12%
G = 14.52%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53543 (or 0xF53543) is known color: Amaranth. HEX triplet: F5, 35 and 43. RGB value is (245,53,67). Sum of RGB (Red+Green+Blue) = 245+53+67=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F53543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53543 is #0ACABC. Grayscale: #707070. Windows color (decimal): -707261 or 4404725. OLE color: 4404725.

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

Color convert

RGB 245 53 67 -
CMYK 0 0.78 0.73 0.04
HSL 355.63º 0.91% 0.58% -
HSV(B) 355.63º 0.78% 0.96% -
XYZ 39.94 22.36 7.52 -
YUV 112 102.61 222.86 -
System Red Green Blue C M Y K H S L
Decimal 245 53 67 0 0.78 0.73 0.04 355.63 0.91 0.58
Hex F5 35 43 0 4E 49 4 164 5B 3A
Octal 365 65 103 0 116 111 4 544 133 72
Binary 11110101 110101 1000011 0 1001110 1001001 100 101100100 1011011 111010

Color Harmonies of #F53543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53543

Black with #F53543

Text Example


Text Example

White with #F53543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53543; }

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

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

background-color css

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

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

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

border-color css

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

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

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