Html Css Color HEX #FA3044 Amaranth

📋 copy color: '#FA3044'

red 250 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #FA3044

Tints of Amaranth #FA3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

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

R = 68.31%
G = 13.11%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA3044 (or 0xFA3044) is known color: Amaranth. HEX triplet: FA, 30 and 44. RGB value is (250,48,68). Sum of RGB (Red+Green+Blue) = 250+48+68=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3044 is #05CFBB. Grayscale: #6E6E6E. Windows color (decimal): -380860 or 4468986. OLE color: 4468986.

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

Color convert

RGB 250 48 68 -
CMYK 0 0.81 0.73 0.02
HSL 354.06º 0.95% 0.58% -
HSV(B) 354.06º 0.81% 0.98% -
XYZ 41.52 22.86 7.69 -
YUV 110.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 250 48 68 0 0.81 0.73 0.02 354.06 0.95 0.58
Hex FA 30 44 0 51 49 2 162 5F 3A
Octal 372 60 104 0 121 111 2 542 137 72
Binary 11111010 110000 1000100 0 1010001 1001001 10 101100010 1011111 111010

Color Harmonies of #FA3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3044

Black with #FA3044

Text Example


Text Example

White with #FA3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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