Html Css Color HEX #F72046 Amaranth

📋 copy color: '#F72046'

red 247 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #F72046

Tints of Amaranth #F72046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 70.77%
G = 9.17%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72046 (or 0xF72046) is known color: Amaranth. HEX triplet: F7, 20 and 46. RGB value is (247,32,70). Sum of RGB (Red+Green+Blue) = 247+32+70=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F72046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72046 is #08DFB9. Grayscale: #646464. Windows color (decimal): -581562 or 4595959. OLE color: 4595959.

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

Color convert

RGB 247 32 70 -
CMYK 0 0.87 0.72 0.03
HSL 349.4º 0.93% 0.55% -
HSV(B) 349.4º 0.87% 0.97% -
XYZ 39.98 21.25 7.79 -
YUV 100.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 247 32 70 0 0.87 0.72 0.03 349.4 0.93 0.55
Hex F7 20 46 0 57 48 3 15D 5D 37
Octal 367 40 106 0 127 110 3 535 135 67
Binary 11110111 100000 1000110 0 1010111 1001000 11 101011101 1011101 110111

Color Harmonies of #F72046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72046

Black with #F72046

Text Example


Text Example

White with #F72046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72046; }

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

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

background-color css

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

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

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

border-color css

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

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

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