#F8363F

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

Shades of Alizarin #F8363F

Tints of Alizarin #F8363F

Color information

#F8363F (or 0xF8363F) is unknown color: approx Alizarin. HEX triplet: F8, 36 and 3F. RGB value is (248,54,63). Sum of RGB (Red+Green+Blue) = 248+54+63=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8363F is #07C9C0. Grayscale: #717171. Windows color (decimal): -510401 or 4142840. OLE color: 4142840.

HSL color Cylindrical-coordinate representation of color #F8363F: hue angle of 357.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8363F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2485463-
CMYK00.780.750.03
HSL357.22º93.27%59.22%-
HSV(B)357.22º78.23%97.25%-
XYZ40.9322.956.98-
YUV113.0399.77224.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.95%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 63 (25% from 255) = 17.26%
R=67.95%
G=14.79%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248546300.780.750.03357.2293.2759.22
HexF8363F04E4B31655d3b
Octal37066770116113354513573
Binary11111000110110111111010011101001011111011001011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8363F; }

 p { color: rgb(248,54,63); }

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

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

 a { background-color: rgb(248,54,63); }

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

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

 span { border-color: rgb(248,54,63); }

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