Html Css Color HEX #F11F49 Amaranth

📋 copy color: '#F11F49'

red 241 ◦ green 31 ◦ blue 73

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

Shades of Amaranth #F11F49

Tints of Amaranth #F11F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 69.86%
G = 8.99%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F11F49 (or 0xF11F49) is known color: Amaranth. HEX triplet: F1, 1F and 49. RGB value is (241,31,73). Sum of RGB (Red+Green+Blue) = 241+31+73=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F49 is #0EE0B6. Grayscale: #626262. Windows color (decimal): -975031 or 4792305. OLE color: 4792305.

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

Color convert

RGB 241 31 73 -
CMYK 0 0.87 0.70 0.05
HSL 348º 0.88% 0.53% -
HSV(B) 348º 0.87% 0.95% -
XYZ 37.97 20.16 8.19 -
YUV 98.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 241 31 73 0 0.87 0.70 0.05 348 0.88 0.53
Hex F1 1F 49 0 57 46 5 15C 58 35
Octal 361 37 111 0 127 106 5 534 130 65
Binary 11110001 11111 1001001 0 1010111 1000110 101 101011100 1011000 110101

Color Harmonies of #F11F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F49

Black with #F11F49

Text Example


Text Example

White with #F11F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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