Html Css Color HEX #FA294B Amaranth

📋 copy color: '#FA294B'

red 250 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #FA294B

Tints of Amaranth #FA294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 68.31%
G = 11.2%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA294B (or 0xFA294B) is known color: Amaranth. HEX triplet: FA, 29 and 4B. RGB value is (250,41,75). Sum of RGB (Red+Green+Blue) = 250+41+75=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA294B is #05D6B4. Grayscale: #6B6B6B. Windows color (decimal): -382645 or 4925946. OLE color: 4925946.

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

Color convert

RGB 250 41 75 -
CMYK 0 0.84 0.7 0.02
HSL 350.24º 0.95% 0.57% -
HSV(B) 350.24º 0.84% 0.98% -
XYZ 41.49 22.42 8.8 -
YUV 107.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 250 41 75 0 0.84 0.7 0.02 350.24 0.95 0.57
Hex FA 29 4B 0 54 46 2 15E 5F 39
Octal 372 51 113 0 124 106 2 536 137 71
Binary 11111010 101001 1001011 0 1010100 1000110 10 101011110 1011111 111001

Color Harmonies of #FA294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA294B

Black with #FA294B

Text Example


Text Example

White with #FA294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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