Html Css Color HEX #F72444 Amaranth

📋 copy color: '#F72444'

red 247 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #F72444

Tints of Amaranth #F72444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 70.37%
G = 10.26%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72444 (or 0xF72444) is known color: Amaranth. HEX triplet: F7, 24 and 44. RGB value is (247,36,68). Sum of RGB (Red+Green+Blue) = 247+36+68=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F72444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72444 is #08DBBB. Grayscale: #666666. Windows color (decimal): -580540 or 4465911. OLE color: 4465911.

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

Color convert

RGB 247 36 68 -
CMYK 0 0.85 0.72 0.03
HSL 350.9º 0.93% 0.55% -
HSV(B) 350.9º 0.85% 0.97% -
XYZ 40.03 21.45 7.5 -
YUV 102.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 247 36 68 0 0.85 0.72 0.03 350.9 0.93 0.55
Hex F7 24 44 0 55 48 3 15F 5D 37
Octal 367 44 104 0 125 110 3 537 135 67
Binary 11110111 100100 1000100 0 1010101 1001000 11 101011111 1011101 110111

Color Harmonies of #F72444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72444

Black with #F72444

Text Example


Text Example

White with #F72444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72444; }

 p { color: rgb(247,36,68); }

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

background-color css

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

 a { background-color: rgb(247,36,68); }

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

border-color css

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

 span { border-color: rgb(247,36,68); }

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