#FA3A40

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

Shades of Alizarin #FA3A40

Tints of Alizarin #FA3A40

Color information

#FA3A40 (or 0xFA3A40) is unknown color: approx Alizarin. HEX triplet: FA, 3A and 40. RGB value is (250,58,64). Sum of RGB (Red+Green+Blue) = 250+58+64=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A40 is #05C5BF. Grayscale: #747474. Windows color (decimal): -378304 or 4209402. OLE color: 4209402.

HSL color Cylindrical-coordinate representation of color #FA3A40: hue angle of 358.12º 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 #FA3A40 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2505864-
CMYK00.770.740.02
HSL358.12º95.05%60.39%-
HSV(B)358.12º76.8%98.04%-
XYZ41.8623.727.22-
YUV116.0998.61223.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.20%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=67.20%
G=15.59%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250586400.770.740.02358.1295.0560.39
HexFA3A4004D4A21665f3c
Octal372721000115112254613774
Binary111110101110101000000010011011001010101011001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3A40; }

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

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

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

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

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

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

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

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