Html Css Color HEX #F73145 Amaranth

📋 copy color: '#F73145'

red 247 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #F73145

Tints of Amaranth #F73145

RGB

 RED value IS 247 (96.88% from 255) = 67.67%

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 67.67%
G = 13.42%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F73145 (or 0xF73145) is known color: Amaranth. HEX triplet: F7, 31 and 45. RGB value is (247,49,69). Sum of RGB (Red+Green+Blue) = 247+49+69=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73145 is #08CEBA. Grayscale: #6E6E6E. Windows color (decimal): -577211 or 4534775. OLE color: 4534775.

HSL color Cylindrical-coordinate representation of color #F73145: hue angle of 353.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73145 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 69 -
CMYK 0 0.80 0.72 0.03
HSL 353.94º 0.93% 0.58% -
HSV(B) 353.94º 0.8% 0.97% -
XYZ 40.53 22.4 7.82 -
YUV 110.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 247 49 69 0 0.80 0.72 0.03 353.94 0.93 0.58
Hex F7 31 45 0 50 48 3 162 5D 3A
Octal 367 61 105 0 120 110 3 542 135 72
Binary 11110111 110001 1000101 0 1010000 1001000 11 101100010 1011101 111010

Color Harmonies of #F73145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73145

Black with #F73145

Text Example


Text Example

White with #F73145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73145; }

 p { color: rgb(247,49,69); }

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

background-color css

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

 a { background-color: rgb(247,49,69); }

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

border-color css

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

 span { border-color: rgb(247,49,69); }

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