Html Css Color HEX #FA2540 Alizarin

📋 copy color: '#FA2540'

red 250 ◦ green 37 ◦ blue 64

#FA2540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #FA2540

Tints of Alizarin #FA2540

RGB

 RED value IS 250 (98.05% from 255) = 71.23%

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 71.23%
G = 10.54%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2540 (or 0xFA2540) is known color: Alizarin. HEX triplet: FA, 25 and 40. RGB value is (250,37,64). Sum of RGB (Red+Green+Blue) = 250+37+64=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2540 is #05DABF. Grayscale: #676767. Windows color (decimal): -383680 or 4204026. OLE color: 4204026.

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

Color convert

RGB 250 37 64 -
CMYK 0 0.85 0.74 0.02
HSL 352.39º 0.96% 0.56% -
HSV(B) 352.39º 0.85% 0.98% -
XYZ 41.01 22.02 6.94 -
YUV 103.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 250 37 64 0 0.85 0.74 0.02 352.39 0.96 0.56
Hex FA 25 40 0 55 4A 2 160 60 38
Octal 372 45 100 0 125 112 2 540 140 70
Binary 11111010 100101 1000000 0 1010101 1001010 10 101100000 1100000 111000

Color Harmonies of #FA2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2540

Black with #FA2540

Text Example


Text Example

White with #FA2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2540; }

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

 H1.HeaderClassName
 {
   color: #FA2540;
 }
 .AnyTagClassName
 {
   color: #FA2540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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