Html Css Color HEX #FB1F49 Amaranth

📋 copy color: '#FB1F49'

red 251 ◦ green 31 ◦ blue 73

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

Shades of Amaranth #FB1F49

Tints of Amaranth #FB1F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 70.7%
G = 8.73%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB1F49 (or 0xFB1F49) is known color: Amaranth. HEX triplet: FB, 1F and 49. RGB value is (251,31,73). Sum of RGB (Red+Green+Blue) = 251+31+73=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F49 is #04E0B6. Grayscale: #656565. Windows color (decimal): -319671 or 4792315. OLE color: 4792315.

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

Color convert

RGB 251 31 73 -
CMYK 0 0.88 0.71 0.02
HSL 348.55º 0.96% 0.55% -
HSV(B) 348.55º 0.88% 0.98% -
XYZ 41.48 21.97 8.36 -
YUV 101.57 111.89 234.58 -
System Red Green Blue C M Y K H S L
Decimal 251 31 73 0 0.88 0.71 0.02 348.55 0.96 0.55
Hex FB 1F 49 0 58 47 2 15D 60 37
Octal 373 37 111 0 130 107 2 535 140 67
Binary 11111011 11111 1001001 0 1011000 1000111 10 101011101 1100000 110111

Color Harmonies of #FB1F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F49

Black with #FB1F49

Text Example


Text Example

White with #FB1F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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