#F13047

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

Shades of Amaranth #F13047

Tints of Amaranth #F13047

Color information

#F13047 (or 0xF13047) is unknown color: approx Amaranth. HEX triplet: F1, 30 and 47. RGB value is (241,48,71). Sum of RGB (Red+Green+Blue) = 241+48+71=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F13047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13047 is #0ECFB8. Grayscale: #6C6C6C. Windows color (decimal): -970681 or 4665585. OLE color: 4665585.

HSL color Cylindrical-coordinate representation of color #F13047: hue angle of 352.85º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13047 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2414871-
CMYK00.800.710.05
HSL352.85º87.33%56.67%-
HSV(B)352.85º80.08%94.51%-
XYZ38.4721.278.04-
YUV108.33106.94222.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.94%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=66.94%
G=13.33%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241487100.800.710.05352.8587.3356.67
HexF130470504751615739
Octal361601070120107554112771
Binary1111000111000010001110101000010001111011011000011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13047; }

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

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

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

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

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

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

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

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