Html Css Color HEX #F72245 Amaranth

📋 copy color: '#F72245'

red 247 ◦ green 34 ◦ blue 69

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

Shades of Amaranth #F72245

Tints of Amaranth #F72245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 70.57%
G = 9.71%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72245 (or 0xF72245) is known color: Amaranth. HEX triplet: F7, 22 and 45. RGB value is (247,34,69). Sum of RGB (Red+Green+Blue) = 247+34+69=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72245 is #08DDBA. Grayscale: #656565. Windows color (decimal): -581051 or 4530935. OLE color: 4530935.

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

Color convert

RGB 247 34 69 -
CMYK 0 0.86 0.72 0.03
HSL 350.14º 0.93% 0.55% -
HSV(B) 350.14º 0.86% 0.97% -
XYZ 40 21.35 7.64 -
YUV 101.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 247 34 69 0 0.86 0.72 0.03 350.14 0.93 0.55
Hex F7 22 45 0 56 48 3 15E 5D 37
Octal 367 42 105 0 126 110 3 536 135 67
Binary 11110111 100010 1000101 0 1010110 1001000 11 101011110 1011101 110111

Color Harmonies of #F72245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72245

Black with #F72245

Text Example


Text Example

White with #F72245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72245; }

 p { color: rgb(247,34,69); }

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

background-color css

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

 a { background-color: rgb(247,34,69); }

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

border-color css

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

 span { border-color: rgb(247,34,69); }

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