Html Css Color HEX #F7204D Amaranth

📋 copy color: '#F7204D'

red 247 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #F7204D

Tints of Amaranth #F7204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 69.38%
G = 8.99%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7204D (or 0xF7204D) is known color: Amaranth. HEX triplet: F7, 20 and 4D. RGB value is (247,32,77). Sum of RGB (Red+Green+Blue) = 247+32+77=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7204D is #08DFB2. Grayscale: #656565. Windows color (decimal): -581555 or 5054711. OLE color: 5054711.

HSL color Cylindrical-coordinate representation of color #F7204D: hue angle of 347.44º 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 #F7204D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 77 -
CMYK 0 0.87 0.69 0.03
HSL 347.44º 0.93% 0.55% -
HSV(B) 347.44º 0.87% 0.97% -
XYZ 40.21 21.34 9.02 -
YUV 101.42 114.23 231.84 -
System Red Green Blue C M Y K H S L
Decimal 247 32 77 0 0.87 0.69 0.03 347.44 0.93 0.55
Hex F7 20 4D 0 57 45 3 15B 5D 37
Octal 367 40 115 0 127 105 3 533 135 67
Binary 11110111 100000 1001101 0 1010111 1000101 11 101011011 1011101 110111

Color Harmonies of #F7204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7204D

Black with #F7204D

Text Example


Text Example

White with #F7204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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