#F13A4D

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

Shades of Amaranth #F13A4D

Tints of Amaranth #F13A4D

Color information

#F13A4D (or 0xF13A4D) is unknown color: approx Amaranth. HEX triplet: F1, 3A and 4D. RGB value is (241,58,77). Sum of RGB (Red+Green+Blue) = 241+58+77=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A4D is #0EC5B2. Grayscale: #727272. Windows color (decimal): -968115 or 5061361. OLE color: 5061361.

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

Color convert

RGB2415877-
CMYK00.760.680.05
HSL353.77º86.73%58.63%-
HSV(B)353.77º75.93%94.51%-
XYZ39.1322.269.26-
YUV114.88106.63217.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.10%
GREEN value IS 58 (23.05% from 255) = 15.43%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=64.10%
G=15.43%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241587700.760.680.05353.7786.7358.63
HexF13A4D04C445162573b
Octal361721150114104554212773
Binary1111000111101010011010100110010001001011011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13A4D; }

 p { color: rgb(241,58,77); }

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

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

 a { background-color: rgb(241,58,77); }

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

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

 span { border-color: rgb(241,58,77); }

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