#F73B3E

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

Shades of Alizarin #F73B3E

Tints of Alizarin #F73B3E

Color information

#F73B3E (or 0xF73B3E) is unknown color: approx Alizarin. HEX triplet: F7, 3B and 3E. RGB value is (247,59,62). Sum of RGB (Red+Green+Blue) = 247+59+62=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73B3E is #08C4C1. Grayscale: #737373. Windows color (decimal): -574658 or 4078583. OLE color: 4078583.

HSL color Cylindrical-coordinate representation of color #F73B3E: hue angle of 359.04º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73B3E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2475962-
CMYK00.760.750.03
HSL359.04º92.16%60%-
HSV(B)359.04º76.11%96.86%-
XYZ40.7923.256.9-
YUV115.5597.78221.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.12%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=67.12%
G=16.03%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247596200.760.750.03359.0492.1660
HexF73B3E04C4B31675c3c
Octal36773760114113354713474
Binary11110111111011111110010011001001011111011001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B3E; }

 p { color: rgb(247,59,62); }

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

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

 a { background-color: rgb(247,59,62); }

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

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

 span { border-color: rgb(247,59,62); }

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