Html Css Color HEX #FB3143 Amaranth

📋 copy color: '#FB3143'

red 251 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #FB3143

Tints of Amaranth #FB3143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 68.39%
G = 13.35%
B = 18.26%

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

#FB3143 (or 0xFB3143) is known color: Amaranth. HEX triplet: FB, 31 and 43. RGB value is (251,49,67). Sum of RGB (Red+Green+Blue) = 251+49+67=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3143 is #04CEBC. Grayscale: #6F6F6F. Windows color (decimal): -315069 or 4403707. OLE color: 4403707.

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

Color convert

RGB 251 49 67 -
CMYK 0 0.80 0.73 0.02
HSL 354.65º 0.96% 0.59% -
HSV(B) 354.65º 0.8% 0.98% -
XYZ 41.9 23.11 7.56 -
YUV 111.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 251 49 67 0 0.80 0.73 0.02 354.65 0.96 0.59
Hex FB 31 43 0 50 49 2 163 60 3B
Octal 373 61 103 0 120 111 2 543 140 73
Binary 11111011 110001 1000011 0 1010000 1001001 10 101100011 1100000 111011

Color Harmonies of #FB3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3143

Black with #FB3143

Text Example


Text Example

White with #FB3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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