Html Css Color HEX #F72E4D Amaranth

📋 copy color: '#F72E4D'

red 247 ◦ green 46 ◦ blue 77

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

Shades of Amaranth #F72E4D

Tints of Amaranth #F72E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.43%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 66.76%
G = 12.43%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F72E4D (or 0xF72E4D) is known color: Amaranth. HEX triplet: F7, 2E and 4D. RGB value is (247,46,77). Sum of RGB (Red+Green+Blue) = 247+46+77=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72E4D is #08D1B2. Grayscale: #6D6D6D. Windows color (decimal): -577971 or 5058295. OLE color: 5058295.

HSL color Cylindrical-coordinate representation of color #F72E4D: hue angle of 350.75º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72E4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 46 77 -
CMYK 0 0.81 0.69 0.03
HSL 350.75º 0.93% 0.57% -
HSV(B) 350.75º 0.81% 0.97% -
XYZ 40.67 22.26 9.17 -
YUV 109.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 247 46 77 0 0.81 0.69 0.03 350.75 0.93 0.57
Hex F7 2E 4D 0 51 45 3 15F 5D 39
Octal 367 56 115 0 121 105 3 537 135 71
Binary 11110111 101110 1001101 0 1010001 1000101 11 101011111 1011101 111001

Color Harmonies of #F72E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72E4D

Black with #F72E4D

Text Example


Text Example

White with #F72E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72E4D; }

 p { color: rgb(247,46,77); }

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

background-color css

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

 a { background-color: rgb(247,46,77); }

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

border-color css

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

 span { border-color: rgb(247,46,77); }

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