Html Css Color HEX #F73445 Amaranth

📋 copy color: '#F73445'

red 247 ◦ green 52 ◦ blue 69

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

Shades of Amaranth #F73445

Tints of Amaranth #F73445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

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

R = 67.12%
G = 14.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F73445 (or 0xF73445) is known color: Amaranth. HEX triplet: F7, 34 and 45. RGB value is (247,52,69). Sum of RGB (Red+Green+Blue) = 247+52+69=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F73445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73445 is #08CBBA. Grayscale: #707070. Windows color (decimal): -576443 or 4535543. OLE color: 4535543.

HSL color Cylindrical-coordinate representation of color #F73445: hue angle of 354.77º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73445 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 52 69 -
CMYK 0 0.79 0.72 0.03
HSL 354.77º 0.92% 0.59% -
HSV(B) 354.77º 0.79% 0.97% -
XYZ 40.66 22.66 7.86 -
YUV 112.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 247 52 69 0 0.79 0.72 0.03 354.77 0.92 0.59
Hex F7 34 45 0 4F 48 3 163 5C 3B
Octal 367 64 105 0 117 110 3 543 134 73
Binary 11110111 110100 1000101 0 1001111 1001000 11 101100011 1011100 111011

Color Harmonies of #F73445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73445

Black with #F73445

Text Example


Text Example

White with #F73445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73445; }

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

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

background-color css

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

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

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

border-color css

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

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

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