Html Css Color HEX #F72249 Amaranth

📋 copy color: '#F72249'

red 247 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #F72249

Tints of Amaranth #F72249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 69.77%
G = 9.6%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72249 (or 0xF72249) is known color: Amaranth. HEX triplet: F7, 22 and 49. RGB value is (247,34,73). Sum of RGB (Red+Green+Blue) = 247+34+73=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F72249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72249 is #08DDB6. Grayscale: #666666. Windows color (decimal): -581047 or 4793079. OLE color: 4793079.

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

Color convert

RGB 247 34 73 -
CMYK 0 0.86 0.70 0.03
HSL 349.01º 0.93% 0.55% -
HSV(B) 349.01º 0.86% 0.97% -
XYZ 40.13 21.4 8.32 -
YUV 102.13 111.57 231.33 -
System Red Green Blue C M Y K H S L
Decimal 247 34 73 0 0.86 0.70 0.03 349.01 0.93 0.55
Hex F7 22 49 0 56 46 3 15D 5D 37
Octal 367 42 111 0 126 106 3 535 135 67
Binary 11110111 100010 1001001 0 1010110 1000110 11 101011101 1011101 110111

Color Harmonies of #F72249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72249

Black with #F72249

Text Example


Text Example

White with #F72249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72249; }

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

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

background-color css

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

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

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

border-color css

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

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

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