Html Css Color HEX #F13744 Amaranth

📋 copy color: '#F13744'

red 241 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #F13744

Tints of Amaranth #F13744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 66.21%
G = 15.11%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F13744 (or 0xF13744) is known color: Amaranth. HEX triplet: F1, 37 and 44. RGB value is (241,55,68). Sum of RGB (Red+Green+Blue) = 241+55+68=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F13744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13744 is #0EC8BB. Grayscale: #707070. Windows color (decimal): -968892 or 4470769. OLE color: 4470769.

HSL color Cylindrical-coordinate representation of color #F13744: hue angle of 355.81º 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 #F13744 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 68 -
CMYK 0 0.77 0.72 0.05
HSL 355.81º 0.87% 0.58% -
HSV(B) 355.81º 0.77% 0.95% -
XYZ 38.69 21.85 7.65 -
YUV 112.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 241 55 68 0 0.77 0.72 0.05 355.81 0.87 0.58
Hex F1 37 44 0 4D 48 5 164 57 3A
Octal 361 67 104 0 115 110 5 544 127 72
Binary 11110001 110111 1000100 0 1001101 1001000 101 101100100 1010111 111010

Color Harmonies of #F13744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13744

Black with #F13744

Text Example


Text Example

White with #F13744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13744; }

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

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

background-color css

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

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

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

border-color css

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

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

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