Html Css Color HEX #F7204E Amaranth

📋 copy color: '#F7204E'

red 247 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #F7204E

Tints of Amaranth #F7204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 69.19%
G = 8.96%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7204E (or 0xF7204E) is known color: Amaranth. HEX triplet: F7, 20 and 4E. RGB value is (247,32,78). Sum of RGB (Red+Green+Blue) = 247+32+78=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7204E is #08DFB1. Grayscale: #656565. Windows color (decimal): -581554 or 5120247. OLE color: 5120247.

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

Color convert

RGB 247 32 78 -
CMYK 0 0.87 0.68 0.03
HSL 347.16º 0.93% 0.55% -
HSV(B) 347.16º 0.87% 0.97% -
XYZ 40.25 21.36 9.21 -
YUV 101.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 247 32 78 0 0.87 0.68 0.03 347.16 0.93 0.55
Hex F7 20 4E 0 57 44 3 15B 5D 37
Octal 367 40 116 0 127 104 3 533 135 67
Binary 11110111 100000 1001110 0 1010111 1000100 11 101011011 1011101 110111

Color Harmonies of #F7204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7204E

Black with #F7204E

Text Example


Text Example

White with #F7204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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