Html Css Color HEX #F72156 Amaranth

📋 copy color: '#F72156'

red 247 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #F72156

Tints of Amaranth #F72156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 67.49%
G = 9.02%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F72156 (or 0xF72156) is known color: Amaranth. HEX triplet: F7, 21 and 56. RGB value is (247,33,86). Sum of RGB (Red+Green+Blue) = 247+33+86=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F72156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72156 is #08DEA9. Grayscale: #676767. Windows color (decimal): -581290 or 5644791. OLE color: 5644791.

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

Color convert

RGB 247 33 86 -
CMYK 0 0.87 0.65 0.03
HSL 345.14º 0.93% 0.55% -
HSV(B) 345.14º 0.87% 0.97% -
XYZ 40.58 21.53 10.82 -
YUV 103.03 118.4 230.69 -
System Red Green Blue C M Y K H S L
Decimal 247 33 86 0 0.87 0.65 0.03 345.14 0.93 0.55
Hex F7 21 56 0 57 41 3 159 5D 37
Octal 367 41 126 0 127 101 3 531 135 67
Binary 11110111 100001 1010110 0 1010111 1000001 11 101011001 1011101 110111

Color Harmonies of #F72156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72156

Black with #F72156

Text Example


Text Example

White with #F72156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72156; }

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

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

background-color css

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

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

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

border-color css

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

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

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