Html Css Color HEX #F72E4A Amaranth

📋 copy color: '#F72E4A'

red 247 ◦ green 46 ◦ blue 74

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

Shades of Amaranth #F72E4A

Tints of Amaranth #F72E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 67.3%
G = 12.53%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F72E4A (or 0xF72E4A) is known color: Amaranth. HEX triplet: F7, 2E and 4A. RGB value is (247,46,74). Sum of RGB (Red+Green+Blue) = 247+46+74=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72E4A is #08D1B5. Grayscale: #6D6D6D. Windows color (decimal): -577974 or 4861687. OLE color: 4861687.

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

Color convert

RGB 247 46 74 -
CMYK 0 0.81 0.70 0.03
HSL 351.64º 0.93% 0.57% -
HSV(B) 351.64º 0.81% 0.97% -
XYZ 40.57 22.22 8.63 -
YUV 109.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 247 46 74 0 0.81 0.70 0.03 351.64 0.93 0.57
Hex F7 2E 4A 0 51 46 3 160 5D 39
Octal 367 56 112 0 121 106 3 540 135 71
Binary 11110111 101110 1001010 0 1010001 1000110 11 101100000 1011101 111001

Color Harmonies of #F72E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72E4A

Black with #F72E4A

Text Example


Text Example

White with #F72E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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