#F0393A

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

Shades of Alizarin #F0393A

Tints of Alizarin #F0393A

Color information

#F0393A (or 0xF0393A) is unknown color: approx Alizarin. HEX triplet: F0, 39 and 3A. RGB value is (240,57,58). Sum of RGB (Red+Green+Blue) = 240+57+58=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0393A is #0FC6C5. Grayscale: #707070. Windows color (decimal): -1033926 or 3815920. OLE color: 3815920.

HSL color Cylindrical-coordinate representation of color #F0393A: hue angle of 359.67º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0393A is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB2405758-
CMYK00.760.760.06
HSL359.67º85.92%58.24%-
HSV(B)359.67º76.25%94.12%-
XYZ38.1621.766.19-
YUV111.8397.63219.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=67.61%
G=16.06%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240575800.760.760.06359.6785.9258.24
HexF0393A04C4C6168563a
Octal36071720114114655012672
Binary111100001110011110100100110010011001101011010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0393A; }

 p { color: rgb(240,57,58); }

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

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

 a { background-color: rgb(240,57,58); }

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

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

 span { border-color: rgb(240,57,58); }

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