Html Css Color HEX #F72149 Amaranth

📋 copy color: '#F72149'

red 247 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #F72149

Tints of Amaranth #F72149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

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

R = 69.97%
G = 9.35%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72149 (or 0xF72149) is known color: Amaranth. HEX triplet: F7, 21 and 49. RGB value is (247,33,73). Sum of RGB (Red+Green+Blue) = 247+33+73=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F72149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72149 is #08DEB6. Grayscale: #656565. Windows color (decimal): -581303 or 4792823. OLE color: 4792823.

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

Color convert

RGB 247 33 73 -
CMYK 0 0.87 0.70 0.03
HSL 348.79º 0.93% 0.55% -
HSV(B) 348.79º 0.87% 0.97% -
XYZ 40.1 21.34 8.31 -
YUV 101.55 111.9 231.75 -
System Red Green Blue C M Y K H S L
Decimal 247 33 73 0 0.87 0.70 0.03 348.79 0.93 0.55
Hex F7 21 49 0 57 46 3 15D 5D 37
Octal 367 41 111 0 127 106 3 535 135 67
Binary 11110111 100001 1001001 0 1010111 1000110 11 101011101 1011101 110111

Color Harmonies of #F72149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72149

Black with #F72149

Text Example


Text Example

White with #F72149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72149; }

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

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

background-color css

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

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

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

border-color css

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

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

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