#F12E5A

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

Shades of Amaranth #F12E5A

Tints of Amaranth #F12E5A

Color information

#F12E5A (or 0xF12E5A) is unknown color: approx Amaranth. HEX triplet: F1, 2E and 5A. RGB value is (241,46,90). Sum of RGB (Red+Green+Blue) = 241+46+90=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E5A is #0ED1A5. Grayscale: #6D6D6D. Windows color (decimal): -971174 or 5910257. OLE color: 5910257.

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

Color convert

RGB2414690-
CMYK00.810.630.05
HSL346.46º87.44%56.27%-
HSV(B)346.46º80.91%94.51%-
XYZ39.121.3911.74-
YUV109.32117.1221.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=63.93%
G=12.20%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241469000.810.630.05346.4687.4456.27
HexF12E5A0513F515a5738
Octal36156132012177553212770
Binary111100011011101011010010100011111111011010110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E5A; }

 p { color: rgb(241,46,90); }

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

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

 a { background-color: rgb(241,46,90); }

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

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

 span { border-color: rgb(241,46,90); }

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