Html Css Color HEX #F6194F Amaranth

📋 copy color: '#F6194F'

red 246 ◦ green 25 ◦ blue 79

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

Shades of Amaranth #F6194F

Tints of Amaranth #F6194F

RGB

 RED value IS 246 (96.48% from 255) = 70.29%

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 70.29%
G = 7.14%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6194F (or 0xF6194F) is known color: Amaranth. HEX triplet: F6, 19 and 4F. RGB value is (246,25,79). Sum of RGB (Red+Green+Blue) = 246+25+79=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F6194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6194F is #09E6B0. Grayscale: #616161. Windows color (decimal): -648881 or 5183990. OLE color: 5183990.

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

Color convert

RGB 246 25 79 -
CMYK 0 0.90 0.68 0.04
HSL 345.34º 0.92% 0.53% -
HSV(B) 345.34º 0.9% 0.96% -
XYZ 39.76 20.85 9.33 -
YUV 97.24 117.72 234.11 -
System Red Green Blue C M Y K H S L
Decimal 246 25 79 0 0.90 0.68 0.04 345.34 0.92 0.53
Hex F6 19 4F 0 5A 44 4 159 5C 35
Octal 366 31 117 0 132 104 4 531 134 65
Binary 11110110 11001 1001111 0 1011010 1000100 100 101011001 1011100 110101

Color Harmonies of #F6194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6194F

Black with #F6194F

Text Example


Text Example

White with #F6194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6194F; }

 p { color: rgb(246,25,79); }

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

background-color css

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

 a { background-color: rgb(246,25,79); }

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

border-color css

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

 span { border-color: rgb(246,25,79); }

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