Html Css Color HEX #F5194C Amaranth

📋 copy color: '#F5194C'

red 245 ◦ green 25 ◦ blue 76

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

Shades of Amaranth #F5194C

Tints of Amaranth #F5194C

RGB

 RED value IS 245 (96.09% from 255) = 70.81%

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 70.81%
G = 7.23%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5194C (or 0xF5194C) is known color: Amaranth. HEX triplet: F5, 19 and 4C. RGB value is (245,25,76). Sum of RGB (Red+Green+Blue) = 245+25+76=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5194C is #0AE6B3. Grayscale: #606060. Windows color (decimal): -714420 or 4987381. OLE color: 4987381.

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

Color convert

RGB 245 25 76 -
CMYK 0 0.90 0.69 0.04
HSL 346.09º 0.92% 0.53% -
HSV(B) 346.09º 0.9% 0.96% -
XYZ 39.31 20.63 8.75 -
YUV 96.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 245 25 76 0 0.90 0.69 0.04 346.09 0.92 0.53
Hex F5 19 4C 0 5A 45 4 15A 5C 35
Octal 365 31 114 0 132 105 4 532 134 65
Binary 11110101 11001 1001100 0 1011010 1000101 100 101011010 1011100 110101

Color Harmonies of #F5194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5194C

Black with #F5194C

Text Example


Text Example

White with #F5194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5194C; }

 p { color: rgb(245,25,76); }

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

background-color css

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

 a { background-color: rgb(245,25,76); }

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

border-color css

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

 span { border-color: rgb(245,25,76); }

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