Html Css Color HEX #F72059 Amaranth

📋 copy color: '#F72059'

red 247 ◦ green 32 ◦ blue 89

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

Shades of Amaranth #F72059

Tints of Amaranth #F72059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 67.12%
G = 8.7%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F72059 (or 0xF72059) is known color: Amaranth. HEX triplet: F7, 20 and 59. RGB value is (247,32,89). Sum of RGB (Red+Green+Blue) = 247+32+89=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F72059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72059 is #08DFA6. Grayscale: #666666. Windows color (decimal): -581543 or 5841143. OLE color: 5841143.

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

Color convert

RGB 247 32 89 -
CMYK 0 0.87 0.64 0.03
HSL 344.09º 0.93% 0.55% -
HSV(B) 344.09º 0.87% 0.97% -
XYZ 40.68 21.53 11.46 -
YUV 102.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 247 32 89 0 0.87 0.64 0.03 344.09 0.93 0.55
Hex F7 20 59 0 57 40 3 158 5D 37
Octal 367 40 131 0 127 100 3 530 135 67
Binary 11110111 100000 1011001 0 1010111 1000000 11 101011000 1011101 110111

Color Harmonies of #F72059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72059

Black with #F72059

Text Example


Text Example

White with #F72059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72059; }

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

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

background-color css

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

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

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

border-color css

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

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

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