Html Css Color HEX #FB2649 Amaranth

📋 copy color: '#FB2649'

red 251 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #FB2649

Tints of Amaranth #FB2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

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

R = 69.34%
G = 10.5%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2649 (or 0xFB2649) is known color: Amaranth. HEX triplet: FB, 26 and 49. RGB value is (251,38,73). Sum of RGB (Red+Green+Blue) = 251+38+73=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2649 is #04D9B6. Grayscale: #696969. Windows color (decimal): -317879 or 4794107. OLE color: 4794107.

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

Color convert

RGB 251 38 73 -
CMYK 0 0.85 0.71 0.02
HSL 350.14º 0.96% 0.57% -
HSV(B) 350.14º 0.85% 0.98% -
XYZ 41.68 22.38 8.43 -
YUV 105.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 251 38 73 0 0.85 0.71 0.02 350.14 0.96 0.57
Hex FB 26 49 0 55 47 2 15E 60 39
Octal 373 46 111 0 125 107 2 536 140 71
Binary 11111011 100110 1001001 0 1010101 1000111 10 101011110 1100000 111001

Color Harmonies of #FB2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2649

Black with #FB2649

Text Example


Text Example

White with #FB2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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