#F73032

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

Shades of Alizarin #F73032

Tints of Alizarin #F73032

Color information

#F73032 (or 0xF73032) is unknown color: approx Alizarin. HEX triplet: F7, 30 and 32. RGB value is (247,48,50). Sum of RGB (Red+Green+Blue) = 247+48+50=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F73032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73032 is #08CFCD. Grayscale: #6B6B6B. Windows color (decimal): -577486 or 3289335. OLE color: 3289335.

HSL color Cylindrical-coordinate representation of color #F73032: hue angle of 359.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73032 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB2474850-
CMYK00.810.800.03
HSL359.4º92.56%57.84%-
HSV(B)359.4º80.57%96.86%-
XYZ39.9922.125.18-
YUV107.7395.43227.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.59%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=71.59%
G=13.91%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247485000.810.800.03359.492.5657.84
HexF730320515031675d3a
Octal36760620121120354713572
Binary11110111110000110010010100011010000111011001111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73032; }

 p { color: rgb(247,48,50); }

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

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

 a { background-color: rgb(247,48,50); }

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

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

 span { border-color: rgb(247,48,50); }

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