#F6363E

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

Shades of Alizarin #F6363E

Tints of Alizarin #F6363E

Color information

#F6363E (or 0xF6363E) is unknown color: approx Alizarin. HEX triplet: F6, 36 and 3E. RGB value is (246,54,62). Sum of RGB (Red+Green+Blue) = 246+54+62=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6363E is #09C9C1. Grayscale: #707070. Windows color (decimal): -641474 or 4077302. OLE color: 4077302.

HSL color Cylindrical-coordinate representation of color #F6363E: hue angle of 357.5º 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 #F6363E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB2465462-
CMYK00.780.750.04
HSL357.5º91.43%58.82%-
HSV(B)357.5º78.05%96.47%-
XYZ40.1922.586.8-
YUV112.3299.61223.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.96%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=67.96%
G=14.92%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246546200.780.750.04357.591.4358.82
HexF6363E04E4B41665b3b
Octal36666760116113454613373
Binary111101101101101111100100111010010111001011001101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6363E; }

 p { color: rgb(246,54,62); }

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

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

 a { background-color: rgb(246,54,62); }

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

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

 span { border-color: rgb(246,54,62); }

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