#F12E34

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

Shades of Alizarin #F12E34

Tints of Alizarin #F12E34

Color information

#F12E34 (or 0xF12E34) is unknown color: approx Alizarin. HEX triplet: F1, 2E and 34. RGB value is (241,46,52). Sum of RGB (Red+Green+Blue) = 241+46+52=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E34 is #0ED1CB. Grayscale: #696969. Windows color (decimal): -971212 or 3419889. OLE color: 3419889.

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

Color convert

RGB2414652-
CMYK00.810.780.05
HSL358.15º87.44%56.27%-
HSV(B)358.15º80.91%94.51%-
XYZ37.8720.95.29-
YUV104.9998.1225.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.09%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=71.09%
G=13.57%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241465200.810.780.05358.1587.4456.27
HexF12E340514E51665738
Octal36156640121116554612770
Binary111100011011101101000101000110011101011011001101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E34; }

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

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

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

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

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

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

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

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