Html Css Color HEX #FB2746 Amaranth

📋 copy color: '#FB2746'

red 251 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #FB2746

Tints of Amaranth #FB2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 69.72%
G = 10.83%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB2746 (or 0xFB2746) is known color: Amaranth. HEX triplet: FB, 27 and 46. RGB value is (251,39,70). Sum of RGB (Red+Green+Blue) = 251+39+70=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2746 is #04D8B9. Grayscale: #6A6A6A. Windows color (decimal): -317626 or 4597755. OLE color: 4597755.

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

Color convert

RGB 251 39 70 -
CMYK 0 0.84 0.72 0.02
HSL 351.23º 0.96% 0.57% -
HSV(B) 351.23º 0.84% 0.98% -
XYZ 41.61 22.4 7.93 -
YUV 105.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 251 39 70 0 0.84 0.72 0.02 351.23 0.96 0.57
Hex FB 27 46 0 54 48 2 15F 60 39
Octal 373 47 106 0 124 110 2 537 140 71
Binary 11111011 100111 1000110 0 1010100 1001000 10 101011111 1100000 111001

Color Harmonies of #FB2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2746

Black with #FB2746

Text Example


Text Example

White with #FB2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2746; }

 p { color: rgb(251,39,70); }

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

background-color css

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

 a { background-color: rgb(251,39,70); }

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

border-color css

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

 span { border-color: rgb(251,39,70); }

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