Html Css Color HEX #FA2640 Alizarin

📋 copy color: '#FA2640'

red 250 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #FA2640

Tints of Alizarin #FA2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

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

R = 71.02%
G = 10.8%
B = 18.18%

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

#FA2640 (or 0xFA2640) is known color: Alizarin. HEX triplet: FA, 26 and 40. RGB value is (250,38,64). Sum of RGB (Red+Green+Blue) = 250+38+64=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2640 is #05D9BF. Grayscale: #686868. Windows color (decimal): -383424 or 4204282. OLE color: 4204282.

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

Color convert

RGB 250 38 64 -
CMYK 0 0.85 0.74 0.02
HSL 352.64º 0.95% 0.56% -
HSV(B) 352.64º 0.85% 0.98% -
XYZ 41.04 22.08 6.95 -
YUV 104.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 250 38 64 0 0.85 0.74 0.02 352.64 0.95 0.56
Hex FA 26 40 0 55 4A 2 161 5F 38
Octal 372 46 100 0 125 112 2 541 137 70
Binary 11111010 100110 1000000 0 1010101 1001010 10 101100001 1011111 111000

Color Harmonies of #FA2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2640

Black with #FA2640

Text Example


Text Example

White with #FA2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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