#F13B49

Color #F13B49 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F13B49

Tints of Amaranth #F13B49

Color information

#F13B49 (or 0xF13B49) is unknown color: approx Amaranth. HEX triplet: F1, 3B and 49. RGB value is (241,59,73). Sum of RGB (Red+Green+Blue) = 241+59+73=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B49 is #0EC4B6. Grayscale: #737373. Windows color (decimal): -967863 or 4799473. OLE color: 4799473.

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

Color convert

RGB2415973-
CMYK00.760.700.05
HSL355.38º86.67%58.82%-
HSV(B)355.38º75.52%94.51%-
XYZ39.0422.318.55-
YUV115.01104.3217.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=64.61%
G=15.82%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241597300.760.700.05355.3886.6758.82
HexF13B4904C465163573b
Octal361731110114106554312773
Binary1111000111101110010010100110010001101011011000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13B49; }

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

 H1.HeaderClassName
 {
   color: #F13B49;
 }
 .AnyTagClassName
 {
   color: #F13B49;
 }
</style>
background-color css

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

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

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

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

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

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