Html Css Color HEX #F53043 Amaranth

📋 copy color: '#F53043'

red 245 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #F53043

Tints of Amaranth #F53043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

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

R = 68.06%
G = 13.33%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53043 (or 0xF53043) is known color: Amaranth. HEX triplet: F5, 30 and 43. RGB value is (245,48,67). Sum of RGB (Red+Green+Blue) = 245+48+67=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F53043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53043 is #0ACFBC. Grayscale: #6D6D6D. Windows color (decimal): -708541 or 4403445. OLE color: 4403445.

HSL color Cylindrical-coordinate representation of color #F53043: hue angle of 354.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53043 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 67 -
CMYK 0 0.80 0.73 0.04
HSL 354.21º 0.91% 0.57% -
HSV(B) 354.21º 0.8% 0.96% -
XYZ 39.73 21.93 7.45 -
YUV 109.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 245 48 67 0 0.80 0.73 0.04 354.21 0.91 0.57
Hex F5 30 43 0 50 49 4 162 5B 39
Octal 365 60 103 0 120 111 4 542 133 71
Binary 11110101 110000 1000011 0 1010000 1001001 100 101100010 1011011 111001

Color Harmonies of #F53043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53043

Black with #F53043

Text Example


Text Example

White with #F53043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53043; }

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

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

background-color css

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

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

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

border-color css

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

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

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