#F12A4F

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

Shades of Amaranth #F12A4F

Tints of Amaranth #F12A4F

Color information

#F12A4F (or 0xF12A4F) is unknown color: approx Amaranth. HEX triplet: F1, 2A and 4F. RGB value is (241,42,79). Sum of RGB (Red+Green+Blue) = 241+42+79=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A4F is #0ED5B0. Grayscale: #696969. Windows color (decimal): -972209 or 5188337. OLE color: 5188337.

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

Color convert

RGB2414279-
CMYK00.830.670.05
HSL348.84º87.67%55.49%-
HSV(B)348.84º82.57%94.51%-
XYZ38.5120.929.41-
YUV105.72112.93224.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.57%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=66.57%
G=11.60%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241427900.830.670.05348.8487.6755.49
HexF12A4F05343515d5837
Octal361521170123103553513067
Binary1111000110101010011110101001110000111011010111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A4F; }

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

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

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

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

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

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

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

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