#F63540

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

Shades of Alizarin #F63540

Tints of Alizarin #F63540

Color information

#F63540 (or 0xF63540) is unknown color: approx Alizarin. HEX triplet: F6, 35 and 40. RGB value is (246,53,64). Sum of RGB (Red+Green+Blue) = 246+53+64=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F63540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63540 is #09CABF. Grayscale: #707070. Windows color (decimal): -641728 or 4208118. OLE color: 4208118.

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

Color convert

RGB2465364-
CMYK00.780.740.04
HSL356.58º91.47%58.63%-
HSV(B)356.58º78.46%96.47%-
XYZ40.222.517.08-
YUV111.96100.94223.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.77%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=67.77%
G=14.60%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246536400.780.740.04356.5891.4758.63
HexF6354004E4A41655b3b
Octal366651000116112454513373
Binary1111011011010110000000100111010010101001011001011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63540; }

 p { color: rgb(246,53,64); }

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

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

 a { background-color: rgb(246,53,64); }

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

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

 span { border-color: rgb(246,53,64); }

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