#FA3341

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

Shades of Alizarin #FA3341

Tints of Alizarin #FA3341

Color information

#FA3341 (or 0xFA3341) is unknown color: approx Alizarin. HEX triplet: FA, 33 and 41. RGB value is (250,51,65). Sum of RGB (Red+Green+Blue) = 250+51+65=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3341 is #05CCBE. Grayscale: #707070. Windows color (decimal): -380095 or 4273146. OLE color: 4273146.

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

Color convert

RGB2505165-
CMYK00.800.740.02
HSL355.78º95.22%59.02%-
HSV(B)355.78º79.6%98.04%-
XYZ41.5623.077.26-
YUV112.1101.43226.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.31%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=68.31%
G=13.93%
B=17.76%

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
Decimal250516500.800.740.02355.7895.2259.02
HexFA33410504A21645f3b
Octal372631010120112254413773
Binary111110101100111000001010100001001010101011001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3341; }

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

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

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

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

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

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

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

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