Html Css Color HEX #F73143 Amaranth

📋 copy color: '#F73143'

red 247 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #F73143

Tints of Amaranth #F73143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 68.04%
G = 13.5%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F73143 (or 0xF73143) is known color: Amaranth. HEX triplet: F7, 31 and 43. RGB value is (247,49,67). Sum of RGB (Red+Green+Blue) = 247+49+67=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F73143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73143 is #08CEBC. Grayscale: #6E6E6E. Windows color (decimal): -577213 or 4403703. OLE color: 4403703.

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

Color convert

RGB 247 49 67 -
CMYK 0 0.80 0.73 0.03
HSL 354.55º 0.93% 0.58% -
HSV(B) 354.55º 0.8% 0.97% -
XYZ 40.47 22.38 7.5 -
YUV 110.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 247 49 67 0 0.80 0.73 0.03 354.55 0.93 0.58
Hex F7 31 43 0 50 49 3 163 5D 3A
Octal 367 61 103 0 120 111 3 543 135 72
Binary 11110111 110001 1000011 0 1010000 1001001 11 101100011 1011101 111010

Color Harmonies of #F73143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73143

Black with #F73143

Text Example


Text Example

White with #F73143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73143; }

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

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

background-color css

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

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

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

border-color css

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

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

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