#F32F42

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

Shades of Alizarin #F32F42

Tints of Alizarin #F32F42

Color information

#F32F42 (or 0xF32F42) is unknown color: approx Alizarin. HEX triplet: F3, 2F and 42. RGB value is (243,47,66). Sum of RGB (Red+Green+Blue) = 243+47+66=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F42 is #0CD0BD. Grayscale: #6B6B6B. Windows color (decimal): -839870 or 4337651. OLE color: 4337651.

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

Color convert

RGB2434766-
CMYK00.810.730.05
HSL354.18º89.09%56.86%-
HSV(B)354.18º80.66%95.29%-
XYZ38.9621.487.25-
YUV107.77104.43224.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.26%
GREEN value IS 47 (18.75% from 255) = 13.20%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=68.26%
G=13.20%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243476600.810.730.05354.1889.0956.86
HexF32F420514951625939
Octal363571020121111554213171
Binary1111001110111110000100101000110010011011011000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32F42; }

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

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

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

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

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

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

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

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