#FB1B4E

Color #FB1B4E Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #FB1B4E

Tints of Amaranth #FB1B4E

Color information

#FB1B4E (or 0xFB1B4E) is unknown color: approx Amaranth. HEX triplet: FB, 1B and 4E. RGB value is (251,27,78). Sum of RGB (Red+Green+Blue) = 251+27+78=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B4E is #04E4B1. Grayscale: #636363. Windows color (decimal): -320690 or 5118971. OLE color: 5118971.

HSL color Cylindrical-coordinate representation of color #FB1B4E: hue angle of 346.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B4E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2512778-
CMYK00.890.690.02
HSL346.34º96.55%54.51%-
HSV(B)346.34º89.24%98.43%-
XYZ41.5521.849.23-
YUV99.79115.71235.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.51%
GREEN value IS 27 (10.94% from 255) = 7.58%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=70.51%
G=7.58%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251277800.890.690.02346.3496.5554.51
HexFB1B4E05945215a6137
Octal373331160131105253214167
Binary11111011110111001110010110011000101101010110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1B4E; }

 p { color: rgb(251,27,78); }

 H1.HeaderClassName
 {
   color: #FB1B4E;
 }
 .AnyTagClassName
 {
   color: #FB1B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(251,27,78); }

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

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

 span { border-color: rgb(251,27,78); }

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