Html Css Color HEX #FA2943 Amaranth

📋 copy color: '#FA2943'

red 250 ◦ green 41 ◦ blue 67

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

Shades of Amaranth #FA2943

Tints of Amaranth #FA2943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 69.83%
G = 11.45%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA2943 (or 0xFA2943) is known color: Amaranth. HEX triplet: FA, 29 and 43. RGB value is (250,41,67). Sum of RGB (Red+Green+Blue) = 250+41+67=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2943 is #05D6BC. Grayscale: #6A6A6A. Windows color (decimal): -382653 or 4401658. OLE color: 4401658.

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

Color convert

RGB 250 41 67 -
CMYK 0 0.84 0.73 0.02
HSL 352.54º 0.95% 0.57% -
HSV(B) 352.54º 0.84% 0.98% -
XYZ 41.23 22.32 7.44 -
YUV 106.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 250 41 67 0 0.84 0.73 0.02 352.54 0.95 0.57
Hex FA 29 43 0 54 49 2 161 5F 39
Octal 372 51 103 0 124 111 2 541 137 71
Binary 11111010 101001 1000011 0 1010100 1001001 10 101100001 1011111 111001

Color Harmonies of #FA2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2943

Black with #FA2943

Text Example


Text Example

White with #FA2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2943; }

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

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

background-color css

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

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

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

border-color css

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

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

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