Html Css Color HEX #F72D46 Amaranth

📋 copy color: '#F72D46'

red 247 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #F72D46

Tints of Amaranth #F72D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 68.23%
G = 12.43%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72D46 (or 0xF72D46) is known color: Amaranth. HEX triplet: F7, 2D and 46. RGB value is (247,45,70). Sum of RGB (Red+Green+Blue) = 247+45+70=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D46 is #08D2B9. Grayscale: #6C6C6C. Windows color (decimal): -578234 or 4599287. OLE color: 4599287.

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

Color convert

RGB 247 45 70 -
CMYK 0 0.82 0.72 0.03
HSL 352.57º 0.93% 0.57% -
HSV(B) 352.57º 0.82% 0.97% -
XYZ 40.4 22.09 7.93 -
YUV 108.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 247 45 70 0 0.82 0.72 0.03 352.57 0.93 0.57
Hex F7 2D 46 0 52 48 3 161 5D 39
Octal 367 55 106 0 122 110 3 541 135 71
Binary 11110111 101101 1000110 0 1010010 1001000 11 101100001 1011101 111001

Color Harmonies of #F72D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D46

Black with #F72D46

Text Example


Text Example

White with #F72D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D46; }

 p { color: rgb(247,45,70); }

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

background-color css

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

 a { background-color: rgb(247,45,70); }

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

border-color css

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

 span { border-color: rgb(247,45,70); }

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