Html Css Color HEX #F72047 Amaranth

📋 copy color: '#F72047'

red 247 ◦ green 32 ◦ blue 71

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

Shades of Amaranth #F72047

Tints of Amaranth #F72047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 70.57%
G = 9.14%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F72047 (or 0xF72047) is known color: Amaranth. HEX triplet: F7, 20 and 47. RGB value is (247,32,71). Sum of RGB (Red+Green+Blue) = 247+32+71=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72047 is #08DFB8. Grayscale: #646464. Windows color (decimal): -581561 or 4661495. OLE color: 4661495.

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

Color convert

RGB 247 32 71 -
CMYK 0 0.87 0.71 0.03
HSL 349.12º 0.93% 0.55% -
HSV(B) 349.12º 0.87% 0.97% -
XYZ 40.01 21.26 7.96 -
YUV 100.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 247 32 71 0 0.87 0.71 0.03 349.12 0.93 0.55
Hex F7 20 47 0 57 47 3 15D 5D 37
Octal 367 40 107 0 127 107 3 535 135 67
Binary 11110111 100000 1000111 0 1010111 1000111 11 101011101 1011101 110111

Color Harmonies of #F72047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72047

Black with #F72047

Text Example


Text Example

White with #F72047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72047; }

 p { color: rgb(247,32,71); }

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

background-color css

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

 a { background-color: rgb(247,32,71); }

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

border-color css

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

 span { border-color: rgb(247,32,71); }

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