#F12056

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

Shades of Amaranth #F12056

Tints of Amaranth #F12056

Color information

#F12056 (or 0xF12056) is unknown color: approx Amaranth. HEX triplet: F1, 20 and 56. RGB value is (241,32,86). Sum of RGB (Red+Green+Blue) = 241+32+86=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F12056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12056 is #0EDFA9. Grayscale: #646464. Windows color (decimal): -974762 or 5644529. OLE color: 5644529.

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

Color convert

RGB2413286-
CMYK00.870.640.05
HSL344.5º88.19%53.53%-
HSV(B)344.5º86.72%94.51%-
XYZ38.4720.4110.72-
YUV100.65119.74228.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.13%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=67.13%
G=8.91%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241328600.870.640.05344.588.1953.53
HexF120560574051585836
Octal361401260127100553013066
Binary1111000110000010101100101011110000001011010110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12056; }

 p { color: rgb(241,32,86); }

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

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

 a { background-color: rgb(241,32,86); }

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

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

 span { border-color: rgb(241,32,86); }

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