#FA2542

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

Shades of Alizarin #FA2542

Tints of Alizarin #FA2542

Color information

#FA2542 (or 0xFA2542) is unknown color: approx Alizarin. HEX triplet: FA, 25 and 42. RGB value is (250,37,66). Sum of RGB (Red+Green+Blue) = 250+37+66=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2542 is #05DABD. Grayscale: #686868. Windows color (decimal): -383678 or 4335098. OLE color: 4335098.

HSL color Cylindrical-coordinate representation of color #FA2542: hue angle of 351.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2542 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2503766-
CMYK00.850.740.02
HSL351.83º95.52%56.27%-
HSV(B)351.83º85.2%98.04%-
XYZ41.0722.047.24-
YUV103.99106.57232.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=70.82%
G=10.48%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250376600.850.740.02351.8395.5256.27
HexFA25420554A21606038
Octal372451020125112254014070
Binary111110101001011000010010101011001010101011000001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2542; }

 p { color: rgb(250,37,66); }

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

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

 a { background-color: rgb(250,37,66); }

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

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

 span { border-color: rgb(250,37,66); }

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