Html Css Color HEX #F72947 Amaranth

📋 copy color: '#F72947'

red 247 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #F72947

Tints of Amaranth #F72947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 68.8%
G = 11.42%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F72947 (or 0xF72947) is known color: Amaranth. HEX triplet: F7, 29 and 47. RGB value is (247,41,71). Sum of RGB (Red+Green+Blue) = 247+41+71=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F72947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72947 is #08D6B8. Grayscale: #6A6A6A. Windows color (decimal): -579257 or 4663799. OLE color: 4663799.

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

Color convert

RGB 247 41 71 -
CMYK 0 0.83 0.71 0.03
HSL 351.26º 0.93% 0.56% -
HSV(B) 351.26º 0.83% 0.97% -
XYZ 40.29 21.81 8.05 -
YUV 106.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 247 41 71 0 0.83 0.71 0.03 351.26 0.93 0.56
Hex F7 29 47 0 53 47 3 15F 5D 38
Octal 367 51 107 0 123 107 3 537 135 70
Binary 11110111 101001 1000111 0 1010011 1000111 11 101011111 1011101 111000

Color Harmonies of #F72947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72947

Black with #F72947

Text Example


Text Example

White with #F72947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72947; }

 p { color: rgb(247,41,71); }

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

background-color css

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

 a { background-color: rgb(247,41,71); }

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

border-color css

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

 span { border-color: rgb(247,41,71); }

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