#F63A3F

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

Shades of Alizarin #F63A3F

Tints of Alizarin #F63A3F

Color information

#F63A3F (or 0xF63A3F) is unknown color: approx Alizarin. HEX triplet: F6, 3A and 3F. RGB value is (246,58,63). Sum of RGB (Red+Green+Blue) = 246+58+63=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A3F is #09C5C0. Grayscale: #727272. Windows color (decimal): -640449 or 4143862. OLE color: 4143862.

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

Color convert

RGB2465863-
CMYK00.760.740.04
HSL358.4º91.26%59.61%-
HSV(B)358.4º76.42%96.47%-
XYZ40.4222.987.01-
YUV114.7898.78221.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.03%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 63 (25% from 255) = 17.17%
R=67.03%
G=15.80%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246586300.760.740.04358.491.2659.61
HexF63A3F04C4A41665b3c
Octal36672770114112454613374
Binary111101101110101111110100110010010101001011001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63A3F; }

 p { color: rgb(246,58,63); }

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

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

 a { background-color: rgb(246,58,63); }

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

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

 span { border-color: rgb(246,58,63); }

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