Html Css Color HEX #F72056 Amaranth

📋 copy color: '#F72056'

red 247 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #F72056

Tints of Amaranth #F72056

RGB

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

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

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

R = 67.67%
G = 8.77%
B = 23.56%

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

#F72056 (or 0xF72056) is known color: Amaranth. HEX triplet: F7, 20 and 56. RGB value is (247,32,86). Sum of RGB (Red+Green+Blue) = 247+32+86=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F72056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72056 is #08DFA9. Grayscale: #666666. Windows color (decimal): -581546 or 5644535. OLE color: 5644535.

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

Color convert

RGB 247 32 86 -
CMYK 0 0.87 0.65 0.03
HSL 344.93º 0.93% 0.55% -
HSV(B) 344.93º 0.87% 0.97% -
XYZ 40.55 21.48 10.81 -
YUV 102.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 247 32 86 0 0.87 0.65 0.03 344.93 0.93 0.55
Hex F7 20 56 0 57 41 3 159 5D 37
Octal 367 40 126 0 127 101 3 531 135 67
Binary 11110111 100000 1010110 0 1010111 1000001 11 101011001 1011101 110111

Color Harmonies of #F72056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72056

Black with #F72056

Text Example


Text Example

White with #F72056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72056; }

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

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

background-color css

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

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

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

border-color css

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

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

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