Html Css Color HEX #FA2B4A Amaranth

📋 copy color: '#FA2B4A'

red 250 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #FA2B4A

Tints of Amaranth #FA2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

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

R = 68.12%
G = 11.72%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA2B4A (or 0xFA2B4A) is known color: Amaranth. HEX triplet: FA, 2B and 4A. RGB value is (250,43,74). Sum of RGB (Red+Green+Blue) = 250+43+74=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B4A is #05D4B5. Grayscale: #6C6C6C. Windows color (decimal): -382134 or 4860922. OLE color: 4860922.

HSL color Cylindrical-coordinate representation of color #FA2B4A: hue angle of 351.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B4A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 74 -
CMYK 0 0.83 0.70 0.02
HSL 351.01º 0.95% 0.57% -
HSV(B) 351.01º 0.83% 0.98% -
XYZ 41.52 22.55 8.64 -
YUV 108.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 250 43 74 0 0.83 0.70 0.02 351.01 0.95 0.57
Hex FA 2B 4A 0 53 46 2 15F 5F 39
Octal 372 53 112 0 123 106 2 537 137 71
Binary 11111010 101011 1001010 0 1010011 1000110 10 101011111 1011111 111001

Color Harmonies of #FA2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B4A

Black with #FA2B4A

Text Example


Text Example

White with #FA2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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