#f12e39

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

Shades of Alizarin #F12E39

Tints of Alizarin #F12E39

Color information

#F12E39 (or 0xF12E39) is unknown color: approx Alizarin. HEX triplet: F1, 2E and 39. RGB value is (241,46,57). Sum of RGB (Red+Green+Blue) = 241+46+57=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E39 is #0ED1C6. Grayscale: #696969. Windows color (decimal): -971207 or 3747569. OLE color: 3747569.

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

Color convert

RGB2414657-
CMYK00.810.760.05
HSL356.62º87.44%56.27%-
HSV(B)356.62º80.91%94.51%-
XYZ37.9920.955.91-
YUV105.56100.6224.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.06%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=70.06%
G=13.37%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241465700.810.760.05356.6287.4456.27
HexF12E390514C51655738
Octal36156710121114554512770
Binary111100011011101110010101000110011001011011001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12e39; }

 p { color: rgb(241,46,57); }

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

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

 a { background-color: rgb(241,46,57); }

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

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

 span { border-color: rgb(241,46,57); }

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