#F12A4E

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

Shades of Amaranth #F12A4E

Tints of Amaranth #F12A4E

Color information

#F12A4E (or 0xF12A4E) is unknown color: approx Amaranth. HEX triplet: F1, 2A and 4E. RGB value is (241,42,78). Sum of RGB (Red+Green+Blue) = 241+42+78=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A4E is #0ED5B1. Grayscale: #696969. Windows color (decimal): -972210 or 5122801. OLE color: 5122801.

HSL color Cylindrical-coordinate representation of color #F12A4E: hue angle of 349.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A4E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2414278-
CMYK00.830.680.05
HSL349.15º87.67%55.49%-
HSV(B)349.15º82.57%94.51%-
XYZ38.4820.919.22-
YUV105.6112.43224.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.76%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=66.76%
G=11.63%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241427800.830.680.05349.1587.6755.49
HexF12A4E05344515d5837
Octal361521160123104553513067
Binary1111000110101010011100101001110001001011010111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A4E; }

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

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

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

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

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

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

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

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