Html Css Color HEX #FA2847 Amaranth

📋 copy color: '#FA2847'

red 250 ◦ green 40 ◦ blue 71

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

Shades of Amaranth #FA2847

Tints of Amaranth #FA2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 69.25%
G = 11.08%
B = 19.67%

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

#FA2847 (or 0xFA2847) is known color: Amaranth. HEX triplet: FA, 28 and 47. RGB value is (250,40,71). Sum of RGB (Red+Green+Blue) = 250+40+71=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2847 is #05D7B8. Grayscale: #6A6A6A. Windows color (decimal): -382905 or 4663546. OLE color: 4663546.

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

Color convert

RGB 250 40 71 -
CMYK 0 0.84 0.72 0.02
HSL 351.14º 0.95% 0.57% -
HSV(B) 351.14º 0.84% 0.98% -
XYZ 41.32 22.3 8.09 -
YUV 106.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 250 40 71 0 0.84 0.72 0.02 351.14 0.95 0.57
Hex FA 28 47 0 54 48 2 15F 5F 39
Octal 372 50 107 0 124 110 2 537 137 71
Binary 11111010 101000 1000111 0 1010100 1001000 10 101011111 1011111 111001

Color Harmonies of #FA2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2847

Black with #FA2847

Text Example


Text Example

White with #FA2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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