Html Css Color HEX #FA2246 Amaranth

📋 copy color: '#FA2246'

red 250 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #FA2246

Tints of Amaranth #FA2246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 70.62%
G = 9.6%
B = 19.77%

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

#FA2246 (or 0xFA2246) is known color: Amaranth. HEX triplet: FA, 22 and 46. RGB value is (250,34,70). Sum of RGB (Red+Green+Blue) = 250+34+70=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2246 is #05DDB9. Grayscale: #666666. Windows color (decimal): -384442 or 4596474. OLE color: 4596474.

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

Color convert

RGB 250 34 70 -
CMYK 0 0.86 0.72 0.02
HSL 350º 0.96% 0.56% -
HSV(B) 350º 0.86% 0.98% -
XYZ 41.1 21.91 7.86 -
YUV 102.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 250 34 70 0 0.86 0.72 0.02 350 0.96 0.56
Hex FA 22 46 0 56 48 2 15E 60 38
Octal 372 42 106 0 126 110 2 536 140 70
Binary 11111010 100010 1000110 0 1010110 1001000 10 101011110 1100000 111000

Color Harmonies of #FA2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2246

Black with #FA2246

Text Example


Text Example

White with #FA2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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