Html Css Color HEX #FB2943 Amaranth

📋 copy color: '#FB2943'

red 251 ◦ green 41 ◦ blue 67

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

Shades of Amaranth #FB2943

Tints of Amaranth #FB2943

RGB

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

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

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

R = 69.92%
G = 11.42%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB2943 (or 0xFB2943) is known color: Amaranth. HEX triplet: FB, 29 and 43. RGB value is (251,41,67). Sum of RGB (Red+Green+Blue) = 251+41+67=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2943 is #04D6BC. Grayscale: #6A6A6A. Windows color (decimal): -317117 or 4401659. OLE color: 4401659.

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

Color convert

RGB 251 41 67 -
CMYK 0 0.84 0.73 0.02
HSL 352.57º 0.96% 0.57% -
HSV(B) 352.57º 0.84% 0.98% -
XYZ 41.59 22.5 7.46 -
YUV 106.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 251 41 67 0 0.84 0.73 0.02 352.57 0.96 0.57
Hex FB 29 43 0 54 49 2 161 60 39
Octal 373 51 103 0 124 111 2 541 140 71
Binary 11111011 101001 1000011 0 1010100 1001001 10 101100001 1100000 111001

Color Harmonies of #FB2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2943

Black with #FB2943

Text Example


Text Example

White with #FB2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2943; }

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

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

background-color css

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

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

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

border-color css

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

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

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