Html Css Color HEX #F72F49 Amaranth

📋 copy color: '#F72F49'

red 247 ◦ green 47 ◦ blue 73

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

Shades of Amaranth #F72F49

Tints of Amaranth #F72F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

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

R = 67.3%
G = 12.81%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72F49 (or 0xF72F49) is known color: Amaranth. HEX triplet: F7, 2F and 49. RGB value is (247,47,73). Sum of RGB (Red+Green+Blue) = 247+47+73=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F49 is #08D0B6. Grayscale: #6D6D6D. Windows color (decimal): -577719 or 4796407. OLE color: 4796407.

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

Color convert

RGB 247 47 73 -
CMYK 0 0.81 0.70 0.03
HSL 352.2º 0.93% 0.58% -
HSV(B) 352.2º 0.81% 0.97% -
XYZ 40.58 22.29 8.47 -
YUV 109.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 247 47 73 0 0.81 0.70 0.03 352.2 0.93 0.58
Hex F7 2F 49 0 51 46 3 160 5D 3A
Octal 367 57 111 0 121 106 3 540 135 72
Binary 11110111 101111 1001001 0 1010001 1000110 11 101100000 1011101 111010

Color Harmonies of #F72F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F49

Black with #F72F49

Text Example


Text Example

White with #F72F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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