Html Css Color HEX #FB2B46 Amaranth

📋 copy color: '#FB2B46'

red 251 ◦ green 43 ◦ blue 70

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

Shades of Amaranth #FB2B46

Tints of Amaranth #FB2B46

RGB

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

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

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

R = 68.96%
G = 11.81%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB2B46 (or 0xFB2B46) is known color: Amaranth. HEX triplet: FB, 2B and 46. RGB value is (251,43,70). Sum of RGB (Red+Green+Blue) = 251+43+70=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B46 is #04D4B9. Grayscale: #6C6C6C. Windows color (decimal): -316602 or 4598779. OLE color: 4598779.

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

Color convert

RGB 251 43 70 -
CMYK 0 0.83 0.72 0.02
HSL 352.21º 0.96% 0.58% -
HSV(B) 352.21º 0.83% 0.98% -
XYZ 41.75 22.68 7.97 -
YUV 108.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 251 43 70 0 0.83 0.72 0.02 352.21 0.96 0.58
Hex FB 2B 46 0 53 48 2 160 60 3A
Octal 373 53 106 0 123 110 2 540 140 72
Binary 11111011 101011 1000110 0 1010011 1001000 10 101100000 1100000 111010

Color Harmonies of #FB2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B46

Black with #FB2B46

Text Example


Text Example

White with #FB2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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