#F12F52

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

Shades of Amaranth #F12F52

Tints of Amaranth #F12F52

Color information

#F12F52 (or 0xF12F52) is unknown color: approx Amaranth. HEX triplet: F1, 2F and 52. RGB value is (241,47,82). Sum of RGB (Red+Green+Blue) = 241+47+82=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F52 is #0ED0AD. Grayscale: #6D6D6D. Windows color (decimal): -970926 or 5386225. OLE color: 5386225.

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

Color convert

RGB2414782-
CMYK00.800.660.05
HSL349.18º87.39%56.47%-
HSV(B)349.18º80.5%94.51%-
XYZ38.8221.3410.06-
YUV109112.77222.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.14%
GREEN value IS 47 (18.75% from 255) = 12.70%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=65.14%
G=12.70%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241478200.800.660.05349.1887.3956.47
HexF12F5205042515d5738
Octal361571220120102553512770
Binary1111000110111110100100101000010000101011010111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12F52; }

 p { color: rgb(241,47,82); }

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

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

 a { background-color: rgb(241,47,82); }

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

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

 span { border-color: rgb(241,47,82); }

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