#FA393B

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

Shades of Alizarin #FA393B

Tints of Alizarin #FA393B

Color information

#FA393B (or 0xFA393B) is unknown color: approx Alizarin. HEX triplet: FA, 39 and 3B. RGB value is (250,57,59). Sum of RGB (Red+Green+Blue) = 250+57+59=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA393B is #05C6C4. Grayscale: #737373. Windows color (decimal): -378565 or 3881466. OLE color: 3881466.

HSL color Cylindrical-coordinate representation of color #FA393B: hue angle of 359.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA393B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB2505759-
CMYK00.770.760.02
HSL359.38º95.07%60.2%-
HSV(B)359.38º77.2%98.04%-
XYZ41.6823.576.49-
YUV114.9496.44224.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.31%
GREEN value IS 57 (22.66% from 255) = 15.57%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=68.31%
G=15.57%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250575900.770.760.02359.3895.0760.2
HexFA393B04D4C21675f3c
Octal37271730115114254713774
Binary11111010111001111011010011011001100101011001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA393B; }

 p { color: rgb(250,57,59); }

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

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

 a { background-color: rgb(250,57,59); }

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

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

 span { border-color: rgb(250,57,59); }

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