Html Css Color HEX #FA274A Amaranth

📋 copy color: '#FA274A'

red 250 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #FA274A

Tints of Amaranth #FA274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 68.87%
G = 10.74%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA274A (or 0xFA274A) is known color: Amaranth. HEX triplet: FA, 27 and 4A. RGB value is (250,39,74). Sum of RGB (Red+Green+Blue) = 250+39+74=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA274A is #05D8B5. Grayscale: #6A6A6A. Windows color (decimal): -383158 or 4859898. OLE color: 4859898.

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

Color convert

RGB 250 39 74 -
CMYK 0 0.84 0.70 0.02
HSL 350.05º 0.95% 0.57% -
HSV(B) 350.05º 0.84% 0.98% -
XYZ 41.39 22.27 8.6 -
YUV 106.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 250 39 74 0 0.84 0.70 0.02 350.05 0.95 0.57
Hex FA 27 4A 0 54 46 2 15E 5F 39
Octal 372 47 112 0 124 106 2 536 137 71
Binary 11111010 100111 1001010 0 1010100 1000110 10 101011110 1011111 111001

Color Harmonies of #FA274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA274A

Black with #FA274A

Text Example


Text Example

White with #FA274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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