Html Css Color HEX #F13749 Amaranth

📋 copy color: '#F13749'

red 241 ◦ green 55 ◦ blue 73

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

Shades of Amaranth #F13749

Tints of Amaranth #F13749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

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

R = 65.31%
G = 14.91%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F13749 (or 0xF13749) is known color: Amaranth. HEX triplet: F1, 37 and 49. RGB value is (241,55,73). Sum of RGB (Red+Green+Blue) = 241+55+73=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F13749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13749 is #0EC8B6. Grayscale: #707070. Windows color (decimal): -968887 or 4798449. OLE color: 4798449.

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

Color convert

RGB 241 55 73 -
CMYK 0 0.77 0.70 0.05
HSL 354.19º 0.87% 0.58% -
HSV(B) 354.19º 0.77% 0.95% -
XYZ 38.84 21.91 8.49 -
YUV 112.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 241 55 73 0 0.77 0.70 0.05 354.19 0.87 0.58
Hex F1 37 49 0 4D 46 5 162 57 3A
Octal 361 67 111 0 115 106 5 542 127 72
Binary 11110001 110111 1001001 0 1001101 1000110 101 101100010 1010111 111010

Color Harmonies of #F13749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13749

Black with #F13749

Text Example


Text Example

White with #F13749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13749; }

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

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

background-color css

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

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

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

border-color css

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

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

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