Html Css Color HEX #FB3145 Amaranth

📋 copy color: '#FB3145'

red 251 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #FB3145

Tints of Amaranth #FB3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 69 (27.34% from 255) = 18.7%

R = 68.02%
G = 13.28%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB3145 (or 0xFB3145) is known color: Amaranth. HEX triplet: FB, 31 and 45. RGB value is (251,49,69). Sum of RGB (Red+Green+Blue) = 251+49+69=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3145 is #04CEBA. Grayscale: #6F6F6F. Windows color (decimal): -315067 or 4534779. OLE color: 4534779.

HSL color Cylindrical-coordinate representation of color #FB3145: hue angle of 354.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3145 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 69 -
CMYK 0 0.80 0.73 0.02
HSL 354.06º 0.96% 0.59% -
HSV(B) 354.06º 0.8% 0.98% -
XYZ 41.96 23.14 7.88 -
YUV 111.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 251 49 69 0 0.80 0.73 0.02 354.06 0.96 0.59
Hex FB 31 45 0 50 49 2 162 60 3B
Octal 373 61 105 0 120 111 2 542 140 73
Binary 11111011 110001 1000101 0 1010000 1001001 10 101100010 1100000 111011

Color Harmonies of #FB3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3145

Black with #FB3145

Text Example


Text Example

White with #FB3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3145; }

 p { color: rgb(251,49,69); }

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

background-color css

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

 a { background-color: rgb(251,49,69); }

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

border-color css

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

 span { border-color: rgb(251,49,69); }

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