#F73B3F

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

Shades of Alizarin #F73B3F

Tints of Alizarin #F73B3F

Color information

#F73B3F (or 0xF73B3F) is unknown color: approx Alizarin. HEX triplet: F7, 3B and 3F. RGB value is (247,59,63). Sum of RGB (Red+Green+Blue) = 247+59+63=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73B3F is #08C4C0. Grayscale: #737373. Windows color (decimal): -574657 or 4144119. OLE color: 4144119.

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

Color convert

RGB2475963-
CMYK00.760.740.03
HSL358.72º92.16%60%-
HSV(B)358.72º76.11%96.86%-
XYZ40.8223.267.04-
YUV115.6798.28221.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.94%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 63 (25% from 255) = 17.07%
R=66.94%
G=15.99%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247596300.760.740.03358.7292.1660
HexF73B3F04C4A31675c3c
Octal36773770114112354713474
Binary11110111111011111111010011001001010111011001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B3F; }

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

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

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

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

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

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

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

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