Shades of Amaranth #FB2843
Tints of Amaranth #FB2843
RGB
CMYK
RGB Variations
Color information
#FB2843 (or 0xFB2843) is known color: Amaranth. HEX triplet: FB, 28 and 43. RGB value is (251,40,67). Sum of RGB (Red+Green+Blue) = 251+40+67=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2843 is #04D7BC. Grayscale: #6A6A6A. Windows color (decimal): -317373 or 4401403. OLE color: 4401403.
HSL color Cylindrical-coordinate representation of color #FB2843: hue angle of 352.32º 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 #FB2843 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 67 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.02 |
| HSL | 352.32º | 0.96% | 0.57% | - |
| HSV(B) | 352.32º | 0.84% | 0.98% | - |
| XYZ | 41.56 | 22.43 | 7.45 | - |
| YUV | 106.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 67 | 0 | 0.84 | 0.73 | 0.02 | 352.32 | 0.96 | 0.57 |
| Hex | FB | 28 | 43 | 0 | 54 | 49 | 2 | 160 | 60 | 39 |
| Octal | 373 | 50 | 103 | 0 | 124 | 111 | 2 | 540 | 140 | 71 |
| Binary | 11111011 | 101000 | 1000011 | 0 | 1010100 | 1001001 | 10 | 101100000 | 1100000 | 111001 |
Color Harmonies of #FB2843
Complementary color
Monochromatic Colors of #FB2843
Black with #FB2843
Text Example
Text Example
White with #FB2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2843; }
p { color: rgb(251,40,67); }
H1.HeaderClassName
{
color: #FB2843;
}
.AnyTagClassName
{
color: #FB2843;
}
</style>
background-color css
<style>
a { background-color: #FB2843; }
a { background-color: rgb(251,40,67); }
div.DivClassName
{
background-color: #FB2843;
}
.BgClassName
{
background-color: #FB2843;
}
</style>
border-color css
<style>
span { border-color: #FB2843; }
span { border-color: rgb(251,40,67); }
td.TdClassName
{
border-color: #FB2843;
}
.TagClassName
{
border-color: #FB2843;
}
</style>