#F32441

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

Shades of Alizarin #F32441

Tints of Alizarin #F32441

Color information

#F32441 (or 0xF32441) is unknown color: approx Alizarin. HEX triplet: F3, 24 and 41. RGB value is (243,36,65). Sum of RGB (Red+Green+Blue) = 243+36+65=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F32441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32441 is #0CDBBE. Grayscale: #656565. Windows color (decimal): -842687 or 4269299. OLE color: 4269299.

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

Color convert

RGB2433665-
CMYK00.850.730.05
HSL351.59º89.61%54.71%-
HSV(B)351.59º85.19%95.29%-
XYZ38.5520.76.96-
YUV101.2107.58229.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.64%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=70.64%
G=10.47%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243366500.850.730.05351.5989.6154.71
HexF324410554951605a37
Octal363441010125111554013267
Binary1111001110010010000010101010110010011011011000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32441; }

 p { color: rgb(243,36,65); }

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

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

 a { background-color: rgb(243,36,65); }

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

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

 span { border-color: rgb(243,36,65); }

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