#F32C42

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

Shades of Alizarin #F32C42

Tints of Alizarin #F32C42

Color information

#F32C42 (or 0xF32C42) is unknown color: approx Alizarin. HEX triplet: F3, 2C and 42. RGB value is (243,44,66). Sum of RGB (Red+Green+Blue) = 243+44+66=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C42 is #0CD3BD. Grayscale: #6A6A6A. Windows color (decimal): -840638 or 4336883. OLE color: 4336883.

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

Color convert

RGB2434466-
CMYK00.820.730.05
HSL353.37º89.24%56.27%-
HSV(B)353.37º81.89%95.29%-
XYZ38.8521.257.21-
YUV106.01105.43225.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.84%
GREEN value IS 44 (17.58% from 255) = 12.46%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=68.84%
G=12.46%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243446600.820.730.05353.3789.2456.27
HexF32C420524951615938
Octal363541020122111554113170
Binary1111001110110010000100101001010010011011011000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C42; }

 p { color: rgb(243,44,66); }

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

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

 a { background-color: rgb(243,44,66); }

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

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

 span { border-color: rgb(243,44,66); }

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