Html Css Color HEX #F73846 Amaranth

📋 copy color: '#F73846'

red 247 ◦ green 56 ◦ blue 70

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

Shades of Amaranth #F73846

Tints of Amaranth #F73846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 66.22%
G = 15.01%
B = 18.77%

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

#F73846 (or 0xF73846) is known color: Amaranth. HEX triplet: F7, 38 and 46. RGB value is (247,56,70). Sum of RGB (Red+Green+Blue) = 247+56+70=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F73846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73846 is #08C7B9. Grayscale: #727272. Windows color (decimal): -575418 or 4602103. OLE color: 4602103.

HSL color Cylindrical-coordinate representation of color #F73846: hue angle of 355.6º 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 #F73846 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 56 70 -
CMYK 0 0.77 0.72 0.03
HSL 355.6º 0.92% 0.59% -
HSV(B) 355.6º 0.77% 0.97% -
XYZ 40.88 23.04 8.09 -
YUV 114.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 247 56 70 0 0.77 0.72 0.03 355.6 0.92 0.59
Hex F7 38 46 0 4D 48 3 164 5C 3B
Octal 367 70 106 0 115 110 3 544 134 73
Binary 11110111 111000 1000110 0 1001101 1001000 11 101100100 1011100 111011

Color Harmonies of #F73846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73846

Black with #F73846

Text Example


Text Example

White with #F73846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73846; }

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

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

background-color css

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

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

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

border-color css

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

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

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