Html Css Color HEX #F73845 Amaranth

📋 copy color: '#F73845'

red 247 ◦ green 56 ◦ blue 69

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

Shades of Amaranth #F73845

Tints of Amaranth #F73845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.05%

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

R = 66.4%
G = 15.05%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F73845 (or 0xF73845) is known color: Amaranth. HEX triplet: F7, 38 and 45. RGB value is (247,56,69). Sum of RGB (Red+Green+Blue) = 247+56+69=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F73845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73845 is #08C7BA. Grayscale: #727272. Windows color (decimal): -575419 or 4536567. OLE color: 4536567.

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

Color convert

RGB 247 56 69 -
CMYK 0 0.77 0.72 0.03
HSL 355.92º 0.92% 0.59% -
HSV(B) 355.92º 0.77% 0.97% -
XYZ 40.85 23.03 7.92 -
YUV 114.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 247 56 69 0 0.77 0.72 0.03 355.92 0.92 0.59
Hex F7 38 45 0 4D 48 3 164 5C 3B
Octal 367 70 105 0 115 110 3 544 134 73
Binary 11110111 111000 1000101 0 1001101 1001000 11 101100100 1011100 111011

Color Harmonies of #F73845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73845

Black with #F73845

Text Example


Text Example

White with #F73845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73845; }

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

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

background-color css

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

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

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

border-color css

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

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

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