Html Css Color HEX #FB2249 Amaranth

📋 copy color: '#FB2249'

red 251 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #FB2249

Tints of Amaranth #FB2249

RGB

 RED value IS 251 (98.44% from 255) = 70.11%

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

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 70.11%
G = 9.5%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2249 (or 0xFB2249) is known color: Amaranth. HEX triplet: FB, 22 and 49. RGB value is (251,34,73). Sum of RGB (Red+Green+Blue) = 251+34+73=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2249 is #04DDB6. Grayscale: #676767. Windows color (decimal): -318903 or 4793083. OLE color: 4793083.

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

Color convert

RGB 251 34 73 -
CMYK 0 0.86 0.71 0.02
HSL 349.22º 0.96% 0.56% -
HSV(B) 349.22º 0.86% 0.98% -
XYZ 41.56 22.13 8.39 -
YUV 103.33 110.89 233.33 -
System Red Green Blue C M Y K H S L
Decimal 251 34 73 0 0.86 0.71 0.02 349.22 0.96 0.56
Hex FB 22 49 0 56 47 2 15D 60 38
Octal 373 42 111 0 126 107 2 535 140 70
Binary 11111011 100010 1001001 0 1010110 1000111 10 101011101 1100000 111000

Color Harmonies of #FB2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2249

Black with #FB2249

Text Example


Text Example

White with #FB2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2249; }

 p { color: rgb(251,34,73); }

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

background-color css

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

 a { background-color: rgb(251,34,73); }

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

border-color css

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

 span { border-color: rgb(251,34,73); }

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