Html Css Color HEX #F72051 Amaranth

📋 copy color: '#F72051'

red 247 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #F72051

Tints of Amaranth #F72051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 68.61%
G = 8.89%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F72051 (or 0xF72051) is known color: Amaranth. HEX triplet: F7, 20 and 51. RGB value is (247,32,81). Sum of RGB (Red+Green+Blue) = 247+32+81=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F72051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72051 is #08DFAE. Grayscale: #656565. Windows color (decimal): -581551 or 5316855. OLE color: 5316855.

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

Color convert

RGB 247 32 81 -
CMYK 0 0.87 0.67 0.03
HSL 346.33º 0.93% 0.55% -
HSV(B) 346.33º 0.87% 0.97% -
XYZ 40.36 21.4 9.79 -
YUV 101.87 116.23 231.52 -
System Red Green Blue C M Y K H S L
Decimal 247 32 81 0 0.87 0.67 0.03 346.33 0.93 0.55
Hex F7 20 51 0 57 43 3 15A 5D 37
Octal 367 40 121 0 127 103 3 532 135 67
Binary 11110111 100000 1010001 0 1010111 1000011 11 101011010 1011101 110111

Color Harmonies of #F72051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72051

Black with #F72051

Text Example


Text Example

White with #F72051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72051; }

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

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

background-color css

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

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

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

border-color css

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

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

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