Html Css Color HEX #F73044 Amaranth

📋 copy color: '#F73044'

red 247 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #F73044

Tints of Amaranth #F73044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 68.04%
G = 13.22%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F73044 (or 0xF73044) is known color: Amaranth. HEX triplet: F7, 30 and 44. RGB value is (247,48,68). Sum of RGB (Red+Green+Blue) = 247+48+68=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F73044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73044 is #08CFBB. Grayscale: #6D6D6D. Windows color (decimal): -577468 or 4468983. OLE color: 4468983.

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

Color convert

RGB 247 48 68 -
CMYK 0 0.81 0.72 0.03
HSL 353.97º 0.93% 0.58% -
HSV(B) 353.97º 0.81% 0.97% -
XYZ 40.46 22.31 7.64 -
YUV 109.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 247 48 68 0 0.81 0.72 0.03 353.97 0.93 0.58
Hex F7 30 44 0 51 48 3 162 5D 3A
Octal 367 60 104 0 121 110 3 542 135 72
Binary 11110111 110000 1000100 0 1010001 1001000 11 101100010 1011101 111010

Color Harmonies of #F73044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73044

Black with #F73044

Text Example


Text Example

White with #F73044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73044; }

 p { color: rgb(247,48,68); }

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

background-color css

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

 a { background-color: rgb(247,48,68); }

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

border-color css

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

 span { border-color: rgb(247,48,68); }

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