Html Css Color HEX #FA3540 Alizarin

📋 copy color: '#FA3540'

red 250 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #FA3540

Tints of Alizarin #FA3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

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

R = 68.12%
G = 14.44%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3540 (or 0xFA3540) is known color: Alizarin. HEX triplet: FA, 35 and 40. RGB value is (250,53,64). Sum of RGB (Red+Green+Blue) = 250+53+64=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3540 is #05CABF. Grayscale: #717171. Windows color (decimal): -379584 or 4208122. OLE color: 4208122.

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

Color convert

RGB 250 53 64 -
CMYK 0 0.79 0.74 0.02
HSL 356.65º 0.95% 0.59% -
HSV(B) 356.65º 0.79% 0.98% -
XYZ 41.62 23.24 7.14 -
YUV 113.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 250 53 64 0 0.79 0.74 0.02 356.65 0.95 0.59
Hex FA 35 40 0 4F 4A 2 165 5F 3B
Octal 372 65 100 0 117 112 2 545 137 73
Binary 11111010 110101 1000000 0 1001111 1001010 10 101100101 1011111 111011

Color Harmonies of #FA3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3540

Black with #FA3540

Text Example


Text Example

White with #FA3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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