#F73340

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

Shades of Alizarin #F73340

Tints of Alizarin #F73340

Color information

#F73340 (or 0xF73340) is unknown color: approx Alizarin. HEX triplet: F7, 33 and 40. RGB value is (247,51,64). Sum of RGB (Red+Green+Blue) = 247+51+64=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F73340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73340 is #08CCBF. Grayscale: #6F6F6F. Windows color (decimal): -576704 or 4207607. OLE color: 4207607.

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

Color convert

RGB2475164-
CMYK00.790.740.03
HSL356.02º92.45%58.43%-
HSV(B)356.02º79.35%96.86%-
XYZ40.4722.517.06-
YUV111.09101.43224.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.23%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=68.23%
G=14.09%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247516400.790.740.03356.0292.4558.43
HexF7334004F4A31645c3a
Octal367631000117112354413472
Binary111101111100111000000010011111001010111011001001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73340; }

 p { color: rgb(247,51,64); }

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

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

 a { background-color: rgb(247,51,64); }

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

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

 span { border-color: rgb(247,51,64); }

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