Html Css Color HEX #F72844 Amaranth

📋 copy color: '#F72844'

red 247 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #F72844

Tints of Amaranth #F72844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

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

R = 69.58%
G = 11.27%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72844 (or 0xF72844) is known color: Amaranth. HEX triplet: F7, 28 and 44. RGB value is (247,40,68). Sum of RGB (Red+Green+Blue) = 247+40+68=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F72844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72844 is #08D7BB. Grayscale: #696969. Windows color (decimal): -579516 or 4466935. OLE color: 4466935.

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

Color convert

RGB 247 40 68 -
CMYK 0 0.84 0.72 0.03
HSL 351.88º 0.93% 0.56% -
HSV(B) 351.88º 0.84% 0.97% -
XYZ 40.16 21.71 7.54 -
YUV 105.09 107.08 229.22 -
System Red Green Blue C M Y K H S L
Decimal 247 40 68 0 0.84 0.72 0.03 351.88 0.93 0.56
Hex F7 28 44 0 54 48 3 160 5D 38
Octal 367 50 104 0 124 110 3 540 135 70
Binary 11110111 101000 1000100 0 1010100 1001000 11 101100000 1011101 111000

Color Harmonies of #F72844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72844

Black with #F72844

Text Example


Text Example

White with #F72844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72844; }

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

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

background-color css

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

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

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

border-color css

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

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

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