Html Css Color HEX #FA214D Amaranth

📋 copy color: '#FA214D'

red 250 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #FA214D

Tints of Amaranth #FA214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 69.44%
G = 9.17%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA214D (or 0xFA214D) is known color: Amaranth. HEX triplet: FA, 21 and 4D. RGB value is (250,33,77). Sum of RGB (Red+Green+Blue) = 250+33+77=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA214D is #05DEB2. Grayscale: #666666. Windows color (decimal): -384691 or 5054970. OLE color: 5054970.

HSL color Cylindrical-coordinate representation of color #FA214D: hue angle of 347.83º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA214D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 77 -
CMYK 0 0.87 0.69 0.02
HSL 347.83º 0.96% 0.55% -
HSV(B) 347.83º 0.87% 0.98% -
XYZ 41.31 21.95 9.08 -
YUV 102.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 250 33 77 0 0.87 0.69 0.02 347.83 0.96 0.55
Hex FA 21 4D 0 57 45 2 15C 60 37
Octal 372 41 115 0 127 105 2 534 140 67
Binary 11111010 100001 1001101 0 1010111 1000101 10 101011100 1100000 110111

Color Harmonies of #FA214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA214D

Black with #FA214D

Text Example


Text Example

White with #FA214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA214D; }

 p { color: rgb(250,33,77); }

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

background-color css

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

 a { background-color: rgb(250,33,77); }

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

border-color css

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

 span { border-color: rgb(250,33,77); }

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