Html Css Color HEX #FB2B49 Amaranth

📋 copy color: '#FB2B49'

red 251 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #FB2B49

Tints of Amaranth #FB2B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

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

R = 68.39%
G = 11.72%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2B49 (or 0xFB2B49) is known color: Amaranth. HEX triplet: FB, 2B and 49. RGB value is (251,43,73). Sum of RGB (Red+Green+Blue) = 251+43+73=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B49 is #04D4B6. Grayscale: #6C6C6C. Windows color (decimal): -316599 or 4795387. OLE color: 4795387.

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

Color convert

RGB 251 43 73 -
CMYK 0 0.83 0.71 0.02
HSL 351.35º 0.96% 0.58% -
HSV(B) 351.35º 0.83% 0.98% -
XYZ 41.85 22.72 8.48 -
YUV 108.61 107.91 229.56 -
System Red Green Blue C M Y K H S L
Decimal 251 43 73 0 0.83 0.71 0.02 351.35 0.96 0.58
Hex FB 2B 49 0 53 47 2 15F 60 3A
Octal 373 53 111 0 123 107 2 537 140 72
Binary 11111011 101011 1001001 0 1010011 1000111 10 101011111 1100000 111010

Color Harmonies of #FB2B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B49

Black with #FB2B49

Text Example


Text Example

White with #FB2B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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