Html Css Color HEX #F9194D Amaranth

📋 copy color: '#F9194D'

red 249 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #F9194D

Tints of Amaranth #F9194D

RGB

 RED value IS 249 (97.66% from 255) = 70.94%

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

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

R = 70.94%
G = 7.12%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9194D (or 0xF9194D) is known color: Amaranth. HEX triplet: F9, 19 and 4D. RGB value is (249,25,77). Sum of RGB (Red+Green+Blue) = 249+25+77=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9194D is #06E6B2. Grayscale: #616161. Windows color (decimal): -452275 or 5052921. OLE color: 5052921.

HSL color Cylindrical-coordinate representation of color #F9194D: hue angle of 346.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9194D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 77 -
CMYK 0 0.90 0.69 0.02
HSL 346.07º 0.95% 0.54% -
HSV(B) 346.07º 0.9% 0.98% -
XYZ 40.75 21.37 9 -
YUV 97.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 249 25 77 0 0.90 0.69 0.02 346.07 0.95 0.54
Hex F9 19 4D 0 5A 45 2 15A 5F 36
Octal 371 31 115 0 132 105 2 532 137 66
Binary 11111001 11001 1001101 0 1011010 1000101 10 101011010 1011111 110110

Color Harmonies of #F9194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9194D

Black with #F9194D

Text Example


Text Example

White with #F9194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9194D; }

 p { color: rgb(249,25,77); }

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

background-color css

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

 a { background-color: rgb(249,25,77); }

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

border-color css

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

 span { border-color: rgb(249,25,77); }

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