Html Css Color HEX #F73247 Amaranth

📋 copy color: '#F73247'

red 247 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F73247

Tints of Amaranth #F73247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 67.12%
G = 13.59%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F73247 (or 0xF73247) is known color: Amaranth. HEX triplet: F7, 32 and 47. RGB value is (247,50,71). Sum of RGB (Red+Green+Blue) = 247+50+71=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F73247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73247 is #08CDB8. Grayscale: #6F6F6F. Windows color (decimal): -576953 or 4666103. OLE color: 4666103.

HSL color Cylindrical-coordinate representation of color #F73247: hue angle of 353.6º degrees, saturation: 0.92, 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 #F73247 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 71 -
CMYK 0 0.80 0.71 0.03
HSL 353.6º 0.92% 0.58% -
HSV(B) 353.6º 0.8% 0.97% -
XYZ 40.64 22.51 8.16 -
YUV 111.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 247 50 71 0 0.80 0.71 0.03 353.6 0.92 0.58
Hex F7 32 47 0 50 47 3 162 5C 3A
Octal 367 62 107 0 120 107 3 542 134 72
Binary 11110111 110010 1000111 0 1010000 1000111 11 101100010 1011100 111010

Color Harmonies of #F73247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73247

Black with #F73247

Text Example


Text Example

White with #F73247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73247; }

 p { color: rgb(247,50,71); }

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

background-color css

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

 a { background-color: rgb(247,50,71); }

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

border-color css

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

 span { border-color: rgb(247,50,71); }

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