Html Css Color HEX #FB2049 Amaranth

📋 copy color: '#FB2049'

red 251 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #FB2049

Tints of Amaranth #FB2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 70.51%
G = 8.99%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2049 (or 0xFB2049) is known color: Amaranth. HEX triplet: FB, 20 and 49. RGB value is (251,32,73). Sum of RGB (Red+Green+Blue) = 251+32+73=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2049 is #04DFB6. Grayscale: #666666. Windows color (decimal): -319415 or 4792571. OLE color: 4792571.

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

Color convert

RGB 251 32 73 -
CMYK 0 0.87 0.71 0.02
HSL 348.77º 0.96% 0.55% -
HSV(B) 348.77º 0.87% 0.98% -
XYZ 41.5 22.02 8.37 -
YUV 102.16 111.55 234.17 -
System Red Green Blue C M Y K H S L
Decimal 251 32 73 0 0.87 0.71 0.02 348.77 0.96 0.55
Hex FB 20 49 0 57 47 2 15D 60 37
Octal 373 40 111 0 127 107 2 535 140 67
Binary 11111011 100000 1001001 0 1010111 1000111 10 101011101 1100000 110111

Color Harmonies of #FB2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2049

Black with #FB2049

Text Example


Text Example

White with #FB2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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