#FA3340

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

Shades of Alizarin #FA3340

Tints of Alizarin #FA3340

Color information

#FA3340 (or 0xFA3340) is unknown color: approx Alizarin. HEX triplet: FA, 33 and 40. RGB value is (250,51,64). Sum of RGB (Red+Green+Blue) = 250+51+64=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3340 is #05CCBF. Grayscale: #707070. Windows color (decimal): -380096 or 4207610. OLE color: 4207610.

HSL color Cylindrical-coordinate representation of color #FA3340: hue angle of 356.08º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3340 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2505164-
CMYK00.800.740.02
HSL356.08º95.22%59.02%-
HSV(B)356.08º79.6%98.04%-
XYZ41.5323.067.11-
YUV111.98100.93226.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.49%
GREEN value IS 51 (20.31% from 255) = 13.97%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=68.49%
G=13.97%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250516400.800.740.02356.0895.2259.02
HexFA33400504A21645f3b
Octal372631000120112254413773
Binary111110101100111000000010100001001010101011001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3340; }

 p { color: rgb(250,51,64); }

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

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

 a { background-color: rgb(250,51,64); }

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

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

 span { border-color: rgb(250,51,64); }

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