#F32240

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

Shades of Alizarin #F32240

Tints of Alizarin #F32240

Color information

#F32240 (or 0xF32240) is unknown color: approx Alizarin. HEX triplet: F3, 22 and 40. RGB value is (243,34,64). Sum of RGB (Red+Green+Blue) = 243+34+64=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F32240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32240 is #0CDDBF. Grayscale: #646464. Windows color (decimal): -843200 or 4203251. OLE color: 4203251.

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

Color convert

RGB2433464-
CMYK00.860.740.05
HSL351.39º89.7%54.31%-
HSV(B)351.39º86.01%95.29%-
XYZ38.4620.576.79-
YUV99.91107.74230.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.26%
GREEN value IS 34 (13.67% from 255) = 9.97%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=71.26%
G=9.97%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243346400.860.740.05351.3989.754.31
HexF322400564A515f5a36
Octal363421000126112553713266
Binary1111001110001010000000101011010010101011010111111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32240; }

 p { color: rgb(243,34,64); }

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

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

 a { background-color: rgb(243,34,64); }

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

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

 span { border-color: rgb(243,34,64); }

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