Html Css Color HEX #FA274D Amaranth

📋 copy color: '#FA274D'

red 250 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #FA274D

Tints of Amaranth #FA274D

RGB

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

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

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

R = 68.31%
G = 10.66%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA274D (or 0xFA274D) is known color: Amaranth. HEX triplet: FA, 27 and 4D. RGB value is (250,39,77). Sum of RGB (Red+Green+Blue) = 250+39+77=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA274D is #05D8B2. Grayscale: #6A6A6A. Windows color (decimal): -383155 or 5056506. OLE color: 5056506.

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

Color convert

RGB 250 39 77 -
CMYK 0 0.84 0.69 0.02
HSL 349.19º 0.95% 0.57% -
HSV(B) 349.19º 0.84% 0.98% -
XYZ 41.49 22.31 9.14 -
YUV 106.42 111.4 230.41 -
System Red Green Blue C M Y K H S L
Decimal 250 39 77 0 0.84 0.69 0.02 349.19 0.95 0.57
Hex FA 27 4D 0 54 45 2 15D 5F 39
Octal 372 47 115 0 124 105 2 535 137 71
Binary 11111010 100111 1001101 0 1010100 1000101 10 101011101 1011111 111001

Color Harmonies of #FA274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA274D

Black with #FA274D

Text Example


Text Example

White with #FA274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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