#F73241

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

Shades of Alizarin #F73241

Tints of Alizarin #F73241

Color information

#F73241 (or 0xF73241) is unknown color: approx Alizarin. HEX triplet: F7, 32 and 41. RGB value is (247,50,65). Sum of RGB (Red+Green+Blue) = 247+50+65=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F73241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73241 is #08CDBE. Grayscale: #6E6E6E. Windows color (decimal): -576959 or 4272887. OLE color: 4272887.

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

Color convert

RGB2475065-
CMYK00.800.740.03
HSL355.43º92.49%58.24%-
HSV(B)355.43º79.76%96.86%-
XYZ40.4522.447.2-
YUV110.61102.27225.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.23%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=68.23%
G=13.81%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247506500.800.740.03355.4392.4958.24
HexF732410504A31635c3a
Octal367621010120112354313472
Binary111101111100101000001010100001001010111011000111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73241; }

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

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

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

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

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

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

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

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