#F14145

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

Shades of Amaranth #F14145

Tints of Amaranth #F14145

Color information

#F14145 (or 0xF14145) is unknown color: approx Amaranth. HEX triplet: F1, 41 and 45. RGB value is (241,65,69). Sum of RGB (Red+Green+Blue) = 241+65+69=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F14145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14145 is #0EBEBA. Grayscale: #767676. Windows color (decimal): -966331 or 4538865. OLE color: 4538865.

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

Color convert

RGB2416569-
CMYK00.730.710.05
HSL358.64º86.27%60%-
HSV(B)358.64º73.03%94.51%-
XYZ39.2422.917.98-
YUV118.08100.31215.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.27%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=64.27%
G=17.33%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241656900.730.710.05358.6486.2760
HexF14145049475167563c
Octal3611011050111107554712674
Binary11110001100000110001010100100110001111011011001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14145; }

 p { color: rgb(241,65,69); }

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

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

 a { background-color: rgb(241,65,69); }

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

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

 span { border-color: rgb(241,65,69); }

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