Html Css Color HEX #FA2947 Amaranth

📋 copy color: '#FA2947'

red 250 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #FA2947

Tints of Amaranth #FA2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 69.06%
G = 11.33%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2947 (or 0xFA2947) is known color: Amaranth. HEX triplet: FA, 29 and 47. RGB value is (250,41,71). Sum of RGB (Red+Green+Blue) = 250+41+71=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2947 is #05D6B8. Grayscale: #6B6B6B. Windows color (decimal): -382649 or 4663802. OLE color: 4663802.

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

Color convert

RGB 250 41 71 -
CMYK 0 0.84 0.72 0.02
HSL 351.39º 0.95% 0.57% -
HSV(B) 351.39º 0.84% 0.98% -
XYZ 41.35 22.36 8.1 -
YUV 106.91 107.74 230.06 -
System Red Green Blue C M Y K H S L
Decimal 250 41 71 0 0.84 0.72 0.02 351.39 0.95 0.57
Hex FA 29 47 0 54 48 2 15F 5F 39
Octal 372 51 107 0 124 110 2 537 137 71
Binary 11111010 101001 1000111 0 1010100 1001000 10 101011111 1011111 111001

Color Harmonies of #FA2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2947

Black with #FA2947

Text Example


Text Example

White with #FA2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2947; }

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

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

background-color css

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

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

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

border-color css

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

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

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