Html Css Color HEX #FB2947 Amaranth

📋 copy color: '#FB2947'

red 251 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #FB2947

Tints of Amaranth #FB2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 69.15%
G = 11.29%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB2947 (or 0xFB2947) is known color: Amaranth. HEX triplet: FB, 29 and 47. RGB value is (251,41,71). Sum of RGB (Red+Green+Blue) = 251+41+71=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2947 is #04D6B8. Grayscale: #6B6B6B. Windows color (decimal): -317113 or 4663803. OLE color: 4663803.

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

Color convert

RGB 251 41 71 -
CMYK 0 0.84 0.72 0.02
HSL 351.43º 0.96% 0.57% -
HSV(B) 351.43º 0.84% 0.98% -
XYZ 41.71 22.55 8.12 -
YUV 107.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 251 41 71 0 0.84 0.72 0.02 351.43 0.96 0.57
Hex FB 29 47 0 54 48 2 15F 60 39
Octal 373 51 107 0 124 110 2 537 140 71
Binary 11111011 101001 1000111 0 1010100 1001000 10 101011111 1100000 111001

Color Harmonies of #FB2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2947

Black with #FB2947

Text Example


Text Example

White with #FB2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2947; }

 p { color: rgb(251,41,71); }

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

background-color css

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

 a { background-color: rgb(251,41,71); }

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

border-color css

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

 span { border-color: rgb(251,41,71); }

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