#f13f47

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

Shades of Amaranth #F13F47

Tints of Amaranth #F13F47

Color information

#F13F47 (or 0xF13F47) is unknown color: approx Amaranth. HEX triplet: F1, 3F and 47. RGB value is (241,63,71). Sum of RGB (Red+Green+Blue) = 241+63+71=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F47 is #0EC0B8. Grayscale: #757575. Windows color (decimal): -966841 or 4669425. OLE color: 4669425.

HSL color Cylindrical-coordinate representation of color #F13F47: hue angle of 357.3º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F47 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2416371-
CMYK00.740.710.05
HSL357.3º86.41%59.61%-
HSV(B)357.3º73.86%94.51%-
XYZ39.1922.718.28-
YUV117.13101.97216.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.27%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=64.27%
G=16.8%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241637100.740.710.05357.386.4159.61
HexF13F4704A475165563c
Octal361771070112107554512674
Binary1111000111111110001110100101010001111011011001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13f47; }

 p { color: rgb(241,63,71); }

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

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

 a { background-color: rgb(241,63,71); }

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

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

 span { border-color: rgb(241,63,71); }

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