#F12035

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

Shades of Alizarin #F12035

Tints of Alizarin #F12035

Color information

#F12035 (or 0xF12035) is unknown color: approx Alizarin. HEX triplet: F1, 20 and 35. RGB value is (241,32,53). Sum of RGB (Red+Green+Blue) = 241+32+53=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12035 is #0EDFCA. Grayscale: #616161. Windows color (decimal): -974795 or 3481841. OLE color: 3481841.

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

Color convert

RGB2413253-
CMYK00.870.780.05
HSL353.97º88.19%53.53%-
HSV(B)353.97º86.72%94.51%-
XYZ37.4319.995.25-
YUV96.88103.24230.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.93%
GREEN value IS 32 (12.89% from 255) = 9.82%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=73.93%
G=9.82%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241325300.870.780.05353.9788.1953.53
HexF120350574E51625836
Octal36140650127116554213066
Binary111100011000001101010101011110011101011011000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12035; }

 p { color: rgb(241,32,53); }

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

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

 a { background-color: rgb(241,32,53); }

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

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

 span { border-color: rgb(241,32,53); }

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