#F53F40

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

Shades of Alizarin #F53F40

Tints of Alizarin #F53F40

Color information

#F53F40 (or 0xF53F40) is unknown color: approx Alizarin. HEX triplet: F5, 3F and 40. RGB value is (245,63,64). Sum of RGB (Red+Green+Blue) = 245+63+64=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F40 is #0AC0BF. Grayscale: #757575. Windows color (decimal): -704704 or 4210677. OLE color: 4210677.

HSL color Cylindrical-coordinate representation of color #F53F40: hue angle of 359.67º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F40 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB2456364-
CMYK00.740.740.04
HSL359.67º90.1%60.39%-
HSV(B)359.67º74.29%96.08%-
XYZ40.3623.347.23-
YUV117.5397.8218.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.86%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=65.86%
G=16.94%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245636400.740.740.04359.6790.160.39
HexF53F4004A4A41685a3c
Octal365771000112112455013274
Binary1111010111111110000000100101010010101001011010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53F40; }

 p { color: rgb(245,63,64); }

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

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

 a { background-color: rgb(245,63,64); }

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

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

 span { border-color: rgb(245,63,64); }

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