Html Css Color HEX #FA3147 Amaranth

📋 copy color: '#FA3147'

red 250 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #FA3147

Tints of Amaranth #FA3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.24%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 67.57%
G = 13.24%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA3147 (or 0xFA3147) is known color: Amaranth. HEX triplet: FA, 31 and 47. RGB value is (250,49,71). Sum of RGB (Red+Green+Blue) = 250+49+71=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3147 is #05CEB8. Grayscale: #6F6F6F. Windows color (decimal): -380601 or 4665850. OLE color: 4665850.

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

Color convert

RGB 250 49 71 -
CMYK 0 0.80 0.72 0.02
HSL 353.43º 0.95% 0.59% -
HSV(B) 353.43º 0.8% 0.98% -
XYZ 41.66 22.98 8.2 -
YUV 111.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 250 49 71 0 0.80 0.72 0.02 353.43 0.95 0.59
Hex FA 31 47 0 50 48 2 161 5F 3B
Octal 372 61 107 0 120 110 2 541 137 73
Binary 11111010 110001 1000111 0 1010000 1001000 10 101100001 1011111 111011

Color Harmonies of #FA3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3147

Black with #FA3147

Text Example


Text Example

White with #FA3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3147; }

 p { color: rgb(250,49,71); }

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

background-color css

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

 a { background-color: rgb(250,49,71); }

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

border-color css

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

 span { border-color: rgb(250,49,71); }

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