Html Css Color HEX #FB2247 Amaranth

📋 copy color: '#FB2247'

red 251 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #FB2247

Tints of Amaranth #FB2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 70.51%
G = 9.55%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB2247 (or 0xFB2247) is known color: Amaranth. HEX triplet: FB, 22 and 47. RGB value is (251,34,71). Sum of RGB (Red+Green+Blue) = 251+34+71=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2247 is #04DDB8. Grayscale: #676767. Windows color (decimal): -318905 or 4662011. OLE color: 4662011.

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

Color convert

RGB 251 34 71 -
CMYK 0 0.86 0.72 0.02
HSL 349.77º 0.96% 0.56% -
HSV(B) 349.77º 0.86% 0.98% -
XYZ 41.49 22.11 8.04 -
YUV 103.1 109.89 233.49 -
System Red Green Blue C M Y K H S L
Decimal 251 34 71 0 0.86 0.72 0.02 349.77 0.96 0.56
Hex FB 22 47 0 56 48 2 15E 60 38
Octal 373 42 107 0 126 110 2 536 140 70
Binary 11111011 100010 1000111 0 1010110 1001000 10 101011110 1100000 111000

Color Harmonies of #FB2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2247

Black with #FB2247

Text Example


Text Example

White with #FB2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2247; }

 p { color: rgb(251,34,71); }

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

background-color css

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

 a { background-color: rgb(251,34,71); }

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

border-color css

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

 span { border-color: rgb(251,34,71); }

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