Html Css Color HEX #FA2247 Amaranth

📋 copy color: '#FA2247'

red 250 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #FA2247

Tints of Amaranth #FA2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

 BLUE value IS 71 (28.13% from 255) = 20%

R = 70.42%
G = 9.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2247 (or 0xFA2247) is known color: Amaranth. HEX triplet: FA, 22 and 47. RGB value is (250,34,71). Sum of RGB (Red+Green+Blue) = 250+34+71=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2247 is #05DDB8. Grayscale: #666666. Windows color (decimal): -384441 or 4662010. OLE color: 4662010.

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

Color convert

RGB 250 34 71 -
CMYK 0 0.86 0.72 0.02
HSL 349.72º 0.96% 0.56% -
HSV(B) 349.72º 0.86% 0.98% -
XYZ 41.13 21.92 8.02 -
YUV 102.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 250 34 71 0 0.86 0.72 0.02 349.72 0.96 0.56
Hex FA 22 47 0 56 48 2 15E 60 38
Octal 372 42 107 0 126 110 2 536 140 70
Binary 11111010 100010 1000111 0 1010110 1001000 10 101011110 1100000 111000

Color Harmonies of #FA2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2247

Black with #FA2247

Text Example


Text Example

White with #FA2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2247; }

 p { color: rgb(250,34,71); }

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

background-color css

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

 a { background-color: rgb(250,34,71); }

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

border-color css

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

 span { border-color: rgb(250,34,71); }

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