#F32C40

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

Shades of Alizarin #F32C40

Tints of Alizarin #F32C40

Color information

#F32C40 (or 0xF32C40) is unknown color: approx Alizarin. HEX triplet: F3, 2C and 40. RGB value is (243,44,64). Sum of RGB (Red+Green+Blue) = 243+44+64=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C40 is #0CD3BF. Grayscale: #696969. Windows color (decimal): -840640 or 4205811. OLE color: 4205811.

HSL color Cylindrical-coordinate representation of color #F32C40: hue angle of 353.97º 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 #F32C40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2434464-
CMYK00.820.740.05
HSL353.97º89.24%56.27%-
HSV(B)353.97º81.89%95.29%-
XYZ38.7921.236.9-
YUV105.78104.43225.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.23%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=69.23%
G=12.54%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243446400.820.740.05353.9789.2456.27
HexF32C400524A51625938
Octal363541000122112554213170
Binary1111001110110010000000101001010010101011011000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C40; }

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

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

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

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

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

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

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

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