Html Css Color HEX #FB3046 Amaranth

📋 copy color: '#FB3046'

red 251 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #FB3046

Tints of Amaranth #FB3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 68.02%
G = 13.01%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB3046 (or 0xFB3046) is known color: Amaranth. HEX triplet: FB, 30 and 46. RGB value is (251,48,70). Sum of RGB (Red+Green+Blue) = 251+48+70=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3046 is #04CFB9. Grayscale: #6F6F6F. Windows color (decimal): -315322 or 4600059. OLE color: 4600059.

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

Color convert

RGB 251 48 70 -
CMYK 0 0.81 0.72 0.02
HSL 353.5º 0.96% 0.59% -
HSV(B) 353.5º 0.81% 0.98% -
XYZ 41.95 23.07 8.04 -
YUV 111.21 104.75 227.71 -
System Red Green Blue C M Y K H S L
Decimal 251 48 70 0 0.81 0.72 0.02 353.5 0.96 0.59
Hex FB 30 46 0 51 48 2 161 60 3B
Octal 373 60 106 0 121 110 2 541 140 73
Binary 11111011 110000 1000110 0 1010001 1001000 10 101100001 1100000 111011

Color Harmonies of #FB3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3046

Black with #FB3046

Text Example


Text Example

White with #FB3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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