Html Css Color HEX #F73249 Amaranth

📋 copy color: '#F73249'

red 247 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #F73249

Tints of Amaranth #F73249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 66.76%
G = 13.51%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F73249 (or 0xF73249) is known color: Amaranth. HEX triplet: F7, 32 and 49. RGB value is (247,50,73). Sum of RGB (Red+Green+Blue) = 247+50+73=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F73249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73249 is #08CDB6. Grayscale: #6F6F6F. Windows color (decimal): -576951 or 4797175. OLE color: 4797175.

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

Color convert

RGB 247 50 73 -
CMYK 0 0.80 0.70 0.03
HSL 352.99º 0.92% 0.58% -
HSV(B) 352.99º 0.8% 0.97% -
XYZ 40.7 22.54 8.51 -
YUV 111.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 247 50 73 0 0.80 0.70 0.03 352.99 0.92 0.58
Hex F7 32 49 0 50 46 3 161 5C 3A
Octal 367 62 111 0 120 106 3 541 134 72
Binary 11110111 110010 1001001 0 1010000 1000110 11 101100001 1011100 111010

Color Harmonies of #F73249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73249

Black with #F73249

Text Example


Text Example

White with #F73249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73249; }

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

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

background-color css

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

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

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

border-color css

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

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

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