Html Css Color HEX #FA2444 Amaranth

📋 copy color: '#FA2444'

red 250 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #FA2444

Tints of Amaranth #FA2444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 70.62%
G = 10.17%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA2444 (or 0xFA2444) is known color: Amaranth. HEX triplet: FA, 24 and 44. RGB value is (250,36,68). Sum of RGB (Red+Green+Blue) = 250+36+68=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2444 is #05DBBB. Grayscale: #676767. Windows color (decimal): -383932 or 4465914. OLE color: 4465914.

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

Color convert

RGB 250 36 68 -
CMYK 0 0.86 0.73 0.02
HSL 351.03º 0.96% 0.56% -
HSV(B) 351.03º 0.86% 0.98% -
XYZ 41.1 22 7.55 -
YUV 103.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 250 36 68 0 0.86 0.73 0.02 351.03 0.96 0.56
Hex FA 24 44 0 56 49 2 15F 60 38
Octal 372 44 104 0 126 111 2 537 140 70
Binary 11111010 100100 1000100 0 1010110 1001001 10 101011111 1100000 111000

Color Harmonies of #FA2444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2444

Black with #FA2444

Text Example


Text Example

White with #FA2444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2444; }

 p { color: rgb(250,36,68); }

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

background-color css

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

 a { background-color: rgb(250,36,68); }

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

border-color css

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

 span { border-color: rgb(250,36,68); }

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