Html Css Color HEX #FA264A Amaranth

📋 copy color: '#FA264A'

red 250 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #FA264A

Tints of Amaranth #FA264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

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

R = 69.06%
G = 10.5%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA264A (or 0xFA264A) is known color: Amaranth. HEX triplet: FA, 26 and 4A. RGB value is (250,38,74). Sum of RGB (Red+Green+Blue) = 250+38+74=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA264A is #05D9B5. Grayscale: #696969. Windows color (decimal): -383414 or 4859642. OLE color: 4859642.

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

Color convert

RGB 250 38 74 -
CMYK 0 0.85 0.70 0.02
HSL 349.81º 0.95% 0.56% -
HSV(B) 349.81º 0.85% 0.98% -
XYZ 41.35 22.2 8.58 -
YUV 105.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 250 38 74 0 0.85 0.70 0.02 349.81 0.95 0.56
Hex FA 26 4A 0 55 46 2 15E 5F 38
Octal 372 46 112 0 125 106 2 536 137 70
Binary 11111010 100110 1001010 0 1010101 1000110 10 101011110 1011111 111000

Color Harmonies of #FA264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA264A

Black with #FA264A

Text Example


Text Example

White with #FA264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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