#f12734

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

Shades of Alizarin #F12734

Tints of Alizarin #F12734

Color information

#F12734 (or 0xF12734) is unknown color: approx Alizarin. HEX triplet: F1, 27 and 34. RGB value is (241,39,52). Sum of RGB (Red+Green+Blue) = 241+39+52=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12734 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12734 is #0ED8CB. Grayscale: #656565. Windows color (decimal): -973004 or 3418097. OLE color: 3418097.

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

Color convert

RGB2413952-
CMYK00.840.780.05
HSL356.14º87.83%54.9%-
HSV(B)356.14º83.82%94.51%-
XYZ37.6220.45.2-
YUV100.88100.42227.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.59%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=72.59%
G=11.75%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241395200.840.780.05356.1487.8354.9
HexF127340544E51645837
Octal36147640124116554413067
Binary111100011001111101000101010010011101011011001001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12734; }

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

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

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

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

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

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

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

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