Html Css Color HEX #FB2844 Amaranth

📋 copy color: '#FB2844'

red 251 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #FB2844

Tints of Amaranth #FB2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.14%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 69.92%
G = 11.14%
B = 18.94%

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

#FB2844 (or 0xFB2844) is known color: Amaranth. HEX triplet: FB, 28 and 44. RGB value is (251,40,68). Sum of RGB (Red+Green+Blue) = 251+40+68=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2844 is #04D7BB. Grayscale: #6A6A6A. Windows color (decimal): -317372 or 4466939. OLE color: 4466939.

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

Color convert

RGB 251 40 68 -
CMYK 0 0.84 0.73 0.02
HSL 352.04º 0.96% 0.57% -
HSV(B) 352.04º 0.84% 0.98% -
XYZ 41.59 22.44 7.61 -
YUV 106.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 251 40 68 0 0.84 0.73 0.02 352.04 0.96 0.57
Hex FB 28 44 0 54 49 2 160 60 39
Octal 373 50 104 0 124 111 2 540 140 71
Binary 11111011 101000 1000100 0 1010100 1001001 10 101100000 1100000 111001

Color Harmonies of #FB2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2844

Black with #FB2844

Text Example


Text Example

White with #FB2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2844; }

 p { color: rgb(251,40,68); }

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

background-color css

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

 a { background-color: rgb(251,40,68); }

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

border-color css

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

 span { border-color: rgb(251,40,68); }

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