#F13B4E

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

Shades of Amaranth #F13B4E

Tints of Amaranth #F13B4E

Color information

#F13B4E (or 0xF13B4E) is unknown color: approx Amaranth. HEX triplet: F1, 3B and 4E. RGB value is (241,59,78). Sum of RGB (Red+Green+Blue) = 241+59+78=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13B4E is #0EC4B1. Grayscale: #737373. Windows color (decimal): -967858 or 5127153. OLE color: 5127153.

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

Color convert

RGB2415978-
CMYK00.760.680.05
HSL353.74º86.67%58.82%-
HSV(B)353.74º75.52%94.51%-
XYZ39.2122.389.46-
YUV115.58106.8217.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.76%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=63.76%
G=15.61%
B=20.63%

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
Decimal241597800.760.680.05353.7486.6758.82
HexF13B4E04C445162573b
Octal361731160114104554212773
Binary1111000111101110011100100110010001001011011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13B4E; }

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

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

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

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

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

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

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

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