Shades of Amaranth #FB2B42
Tints of Amaranth #FB2B42
RGB
CMYK
RGB Variations
Color information
#FB2B42 (or 0xFB2B42) is known color: Amaranth. HEX triplet: FB, 2B and 42. RGB value is (251,43,66). Sum of RGB (Red+Green+Blue) = 251+43+66=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B42 is #04D4BD. Grayscale: #6B6B6B. Windows color (decimal): -316606 or 4336635. OLE color: 4336635.
HSL color Cylindrical-coordinate representation of color #FB2B42: hue angle of 353.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B42 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 66 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.02 |
| HSL | 353.37º | 0.96% | 0.58% | - |
| HSV(B) | 353.37º | 0.83% | 0.98% | - |
| XYZ | 41.63 | 22.63 | 7.33 | - |
| YUV | 107.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 66 | 0 | 0.83 | 0.74 | 0.02 | 353.37 | 0.96 | 0.58 |
| Hex | FB | 2B | 42 | 0 | 53 | 4A | 2 | 161 | 60 | 3A |
| Octal | 373 | 53 | 102 | 0 | 123 | 112 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101011 | 1000010 | 0 | 1010011 | 1001010 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2B42
Complementary color
Monochromatic Colors of #FB2B42
Black with #FB2B42
Text Example
Text Example
White with #FB2B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B42; }
p { color: rgb(251,43,66); }
H1.HeaderClassName
{
color: #FB2B42;
}
.AnyTagClassName
{
color: #FB2B42;
}
</style>
background-color css
<style>
a { background-color: #FB2B42; }
a { background-color: rgb(251,43,66); }
div.DivClassName
{
background-color: #FB2B42;
}
.BgClassName
{
background-color: #FB2B42;
}
</style>
border-color css
<style>
span { border-color: #FB2B42; }
span { border-color: rgb(251,43,66); }
td.TdClassName
{
border-color: #FB2B42;
}
.TagClassName
{
border-color: #FB2B42;
}
</style>