#F73035

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

Shades of Alizarin #F73035

Tints of Alizarin #F73035

Color information

#F73035 (or 0xF73035) is unknown color: approx Alizarin. HEX triplet: F7, 30 and 35. RGB value is (247,48,53). Sum of RGB (Red+Green+Blue) = 247+48+53=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F73035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73035 is #08CFCA. Grayscale: #6C6C6C. Windows color (decimal): -577483 or 3485943. OLE color: 3485943.

HSL color Cylindrical-coordinate representation of color #F73035: hue angle of 358.49º 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 #F73035 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB2474853-
CMYK00.810.790.03
HSL358.49º92.56%57.84%-
HSV(B)358.49º80.57%96.86%-
XYZ40.0622.155.53-
YUV108.0796.93227.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.98%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=70.98%
G=13.79%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247485300.810.790.03358.4992.5657.84
HexF730350514F31665d3a
Octal36760650121117354613572
Binary11110111110000110101010100011001111111011001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73035; }

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

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

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

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

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

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

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

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