Html Css Color HEX #FA294A Amaranth

📋 copy color: '#FA294A'

red 250 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #FA294A

Tints of Amaranth #FA294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 68.49%
G = 11.23%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA294A (or 0xFA294A) is known color: Amaranth. HEX triplet: FA, 29 and 4A. RGB value is (250,41,74). Sum of RGB (Red+Green+Blue) = 250+41+74=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA294A is #05D6B5. Grayscale: #6B6B6B. Windows color (decimal): -382646 or 4860410. OLE color: 4860410.

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

Color convert

RGB 250 41 74 -
CMYK 0 0.84 0.70 0.02
HSL 350.53º 0.95% 0.57% -
HSV(B) 350.53º 0.84% 0.98% -
XYZ 41.45 22.4 8.62 -
YUV 107.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 250 41 74 0 0.84 0.70 0.02 350.53 0.95 0.57
Hex FA 29 4A 0 54 46 2 15F 5F 39
Octal 372 51 112 0 124 106 2 537 137 71
Binary 11111010 101001 1001010 0 1010100 1000110 10 101011111 1011111 111001

Color Harmonies of #FA294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA294A

Black with #FA294A

Text Example


Text Example

White with #FA294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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