Html Css Color HEX #F14649 Amaranth

📋 copy color: '#F14649'

red 241 ◦ green 70 ◦ blue 73

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

Shades of Amaranth #F14649

Tints of Amaranth #F14649

RGB

 RED value IS 241 (94.53% from 255) = 62.76%

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 62.76%
G = 18.23%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F14649 (or 0xF14649) is known color: Amaranth. HEX triplet: F1, 46 and 49. RGB value is (241,70,73). Sum of RGB (Red+Green+Blue) = 241+70+73=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F14649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14649 is #0EB9B6. Grayscale: #797979. Windows color (decimal): -965047 or 4802289. OLE color: 4802289.

HSL color Cylindrical-coordinate representation of color #F14649: hue angle of 358.95º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14649 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 73 -
CMYK 0 0.71 0.70 0.05
HSL 358.95º 0.86% 0.61% -
HSV(B) 358.95º 0.71% 0.95% -
XYZ 39.67 23.56 8.76 -
YUV 121.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 241 70 73 0 0.71 0.70 0.05 358.95 0.86 0.61
Hex F1 46 49 0 47 46 5 167 56 3D
Octal 361 106 111 0 107 106 5 547 126 75
Binary 11110001 1000110 1001001 0 1000111 1000110 101 101100111 1010110 111101

Color Harmonies of #F14649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14649

Black with #F14649

Text Example


Text Example

White with #F14649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14649; }

 p { color: rgb(241,70,73); }

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

background-color css

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

 a { background-color: rgb(241,70,73); }

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

border-color css

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

 span { border-color: rgb(241,70,73); }

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