#F1243A

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

Shades of Alizarin #F1243A

Tints of Alizarin #F1243A

Color information

#F1243A (or 0xF1243A) is unknown color: approx Alizarin. HEX triplet: F1, 24 and 3A. RGB value is (241,36,58). Sum of RGB (Red+Green+Blue) = 241+36+58=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243A is #0EDBC5. Grayscale: #636363. Windows color (decimal): -973766 or 3810545. OLE color: 3810545.

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

Color convert

RGB2413658-
CMYK00.850.760.05
HSL353.56º87.98%54.31%-
HSV(B)353.56º85.06%94.51%-
XYZ37.6720.275.93-
YUV99.8104.42228.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.94%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=71.94%
G=10.75%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241365800.850.760.05353.5687.9854.31
HexF1243A0554C51625836
Octal36144720125114554213066
Binary111100011001001110100101010110011001011011000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1243A; }

 p { color: rgb(241,36,58); }

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

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

 a { background-color: rgb(241,36,58); }

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

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

 span { border-color: rgb(241,36,58); }

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