Html Css Color HEX #F13649 Amaranth

📋 copy color: '#F13649'

red 241 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #F13649

Tints of Amaranth #F13649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 65.49%
G = 14.67%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F13649 (or 0xF13649) is known color: Amaranth. HEX triplet: F1, 36 and 49. RGB value is (241,54,73). Sum of RGB (Red+Green+Blue) = 241+54+73=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F13649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13649 is #0EC9B6. Grayscale: #707070. Windows color (decimal): -969143 or 4798193. OLE color: 4798193.

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

Color convert

RGB 241 54 73 -
CMYK 0 0.78 0.70 0.05
HSL 353.9º 0.87% 0.58% -
HSV(B) 353.9º 0.78% 0.95% -
XYZ 38.8 21.82 8.47 -
YUV 112.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 241 54 73 0 0.78 0.70 0.05 353.9 0.87 0.58
Hex F1 36 49 0 4E 46 5 162 57 3A
Octal 361 66 111 0 116 106 5 542 127 72
Binary 11110001 110110 1001001 0 1001110 1000110 101 101100010 1010111 111010

Color Harmonies of #F13649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13649

Black with #F13649

Text Example


Text Example

White with #F13649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13649; }

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

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

background-color css

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

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

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

border-color css

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

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

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