Html Css Color HEX #FA214A Amaranth

📋 copy color: '#FA214A'

red 250 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #FA214A

Tints of Amaranth #FA214A

RGB

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

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

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

R = 70.03%
G = 9.24%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA214A (or 0xFA214A) is known color: Amaranth. HEX triplet: FA, 21 and 4A. RGB value is (250,33,74). Sum of RGB (Red+Green+Blue) = 250+33+74=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA214A is #05DEB5. Grayscale: #666666. Windows color (decimal): -384694 or 4858362. OLE color: 4858362.

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

Color convert

RGB 250 33 74 -
CMYK 0 0.87 0.70 0.02
HSL 348.66º 0.96% 0.55% -
HSV(B) 348.66º 0.87% 0.98% -
XYZ 41.2 21.91 8.54 -
YUV 102.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 250 33 74 0 0.87 0.70 0.02 348.66 0.96 0.55
Hex FA 21 4A 0 57 46 2 15D 60 37
Octal 372 41 112 0 127 106 2 535 140 67
Binary 11111010 100001 1001010 0 1010111 1000110 10 101011101 1100000 110111

Color Harmonies of #FA214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA214A

Black with #FA214A

Text Example


Text Example

White with #FA214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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