Html Css Color HEX #FA2647 Amaranth

📋 copy color: '#FA2647'

red 250 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #FA2647

Tints of Amaranth #FA2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 69.64%
G = 10.58%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2647 (or 0xFA2647) is known color: Amaranth. HEX triplet: FA, 26 and 47. RGB value is (250,38,71). Sum of RGB (Red+Green+Blue) = 250+38+71=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2647 is #05D9B8. Grayscale: #696969. Windows color (decimal): -383417 or 4663034. OLE color: 4663034.

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

Color convert

RGB 250 38 71 -
CMYK 0 0.85 0.72 0.02
HSL 350.66º 0.95% 0.56% -
HSV(B) 350.66º 0.85% 0.98% -
XYZ 41.25 22.17 8.07 -
YUV 105.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 250 38 71 0 0.85 0.72 0.02 350.66 0.95 0.56
Hex FA 26 47 0 55 48 2 15F 5F 38
Octal 372 46 107 0 125 110 2 537 137 70
Binary 11111010 100110 1000111 0 1010101 1001000 10 101011111 1011111 111000

Color Harmonies of #FA2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2647

Black with #FA2647

Text Example


Text Example

White with #FA2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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