#F12B57

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

Shades of Amaranth #F12B57

Tints of Amaranth #F12B57

Color information

#F12B57 (or 0xF12B57) is unknown color: approx Amaranth. HEX triplet: F1, 2B and 57. RGB value is (241,43,87). Sum of RGB (Red+Green+Blue) = 241+43+87=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B57 is #0ED4A8. Grayscale: #6B6B6B. Windows color (decimal): -971945 or 5712881. OLE color: 5712881.

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

Color convert

RGB2414387-
CMYK00.820.640.05
HSL346.67º87.61%55.69%-
HSV(B)346.67º82.16%94.51%-
XYZ38.8621.1211.04-
YUV107.22116.6223.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=64.96%
G=11.59%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241438700.820.640.05346.6787.6155.69
HexF12B5705240515b5838
Octal361531270122100553313070
Binary1111000110101110101110101001010000001011010110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12B57; }

 p { color: rgb(241,43,87); }

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

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

 a { background-color: rgb(241,43,87); }

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

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

 span { border-color: rgb(241,43,87); }

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