#F13853

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

Shades of Amaranth #F13853

Tints of Amaranth #F13853

Color information

#F13853 (or 0xF13853) is unknown color: approx Amaranth. HEX triplet: F1, 38 and 53. RGB value is (241,56,83). Sum of RGB (Red+Green+Blue) = 241+56+83=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F13853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13853 is #0EC7AC. Grayscale: #727272. Windows color (decimal): -968621 or 5454065. OLE color: 5454065.

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

Color convert

RGB2415683-
CMYK00.770.660.05
HSL351.24º86.85%58.24%-
HSV(B)351.24º76.76%94.51%-
XYZ39.2522.1510.39-
YUV114.39110.29218.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.42%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=63.42%
G=14.74%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241568300.770.660.05351.2486.8558.24
HexF1385304D42515f573a
Octal361701230115102553712772
Binary1111000111100010100110100110110000101011010111111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13853; }

 p { color: rgb(241,56,83); }

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

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

 a { background-color: rgb(241,56,83); }

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

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

 span { border-color: rgb(241,56,83); }

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