Html Css Color HEX #F72045 Amaranth

📋 copy color: '#F72045'

red 247 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #F72045

Tints of Amaranth #F72045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 70.98%
G = 9.2%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72045 (or 0xF72045) is known color: Amaranth. HEX triplet: F7, 20 and 45. RGB value is (247,32,69). Sum of RGB (Red+Green+Blue) = 247+32+69=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F72045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72045 is #08DFBA. Grayscale: #646464. Windows color (decimal): -581563 or 4530423. OLE color: 4530423.

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

Color convert

RGB 247 32 69 -
CMYK 0 0.87 0.72 0.03
HSL 349.67º 0.93% 0.55% -
HSV(B) 349.67º 0.87% 0.97% -
XYZ 39.95 21.24 7.62 -
YUV 100.5 110.23 232.49 -
System Red Green Blue C M Y K H S L
Decimal 247 32 69 0 0.87 0.72 0.03 349.67 0.93 0.55
Hex F7 20 45 0 57 48 3 15E 5D 37
Octal 367 40 105 0 127 110 3 536 135 67
Binary 11110111 100000 1000101 0 1010111 1001000 11 101011110 1011101 110111

Color Harmonies of #F72045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72045

Black with #F72045

Text Example


Text Example

White with #F72045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72045; }

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

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

background-color css

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

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

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

border-color css

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

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

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