Html Css Color HEX #F7194E Amaranth

📋 copy color: '#F7194E'

red 247 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #F7194E

Tints of Amaranth #F7194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

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

R = 70.57%
G = 7.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7194E (or 0xF7194E) is known color: Amaranth. HEX triplet: F7, 19 and 4E. RGB value is (247,25,78). Sum of RGB (Red+Green+Blue) = 247+25+78=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F7194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7194E is #08E6B1. Grayscale: #616161. Windows color (decimal): -583346 or 5118455. OLE color: 5118455.

HSL color Cylindrical-coordinate representation of color #F7194E: hue angle of 345.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7194E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 78 -
CMYK 0 0.90 0.68 0.03
HSL 345.68º 0.93% 0.53% -
HSV(B) 345.68º 0.9% 0.97% -
XYZ 40.08 21.02 9.15 -
YUV 97.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 247 25 78 0 0.90 0.68 0.03 345.68 0.93 0.53
Hex F7 19 4E 0 5A 44 3 15A 5D 35
Octal 367 31 116 0 132 104 3 532 135 65
Binary 11110111 11001 1001110 0 1011010 1000100 11 101011010 1011101 110101

Color Harmonies of #F7194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7194E

Black with #F7194E

Text Example


Text Example

White with #F7194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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