Html Css Color HEX #FA2649 Amaranth

📋 copy color: '#FA2649'

red 250 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #FA2649

Tints of Amaranth #FA2649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 69.25%
G = 10.53%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA2649 (or 0xFA2649) is known color: Amaranth. HEX triplet: FA, 26 and 49. RGB value is (250,38,73). Sum of RGB (Red+Green+Blue) = 250+38+73=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2649 is #05D9B6. Grayscale: #696969. Windows color (decimal): -383415 or 4794106. OLE color: 4794106.

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

Color convert

RGB 250 38 73 -
CMYK 0 0.85 0.71 0.02
HSL 350.09º 0.95% 0.56% -
HSV(B) 350.09º 0.85% 0.98% -
XYZ 41.32 22.19 8.41 -
YUV 105.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 250 38 73 0 0.85 0.71 0.02 350.09 0.95 0.56
Hex FA 26 49 0 55 47 2 15E 5F 38
Octal 372 46 111 0 125 107 2 536 137 70
Binary 11111010 100110 1001001 0 1010101 1000111 10 101011110 1011111 111000

Color Harmonies of #FA2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2649

Black with #FA2649

Text Example


Text Example

White with #FA2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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