Shades of Amaranth #FB2F47
Tints of Amaranth #FB2F47
RGB
CMYK
RGB Variations
Color information
#FB2F47 (or 0xFB2F47) is known color: Amaranth. HEX triplet: FB, 2F and 47. RGB value is (251,47,71). Sum of RGB (Red+Green+Blue) = 251+47+71=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F47 is #04D0B8. Grayscale: #6E6E6E. Windows color (decimal): -315577 or 4665339. OLE color: 4665339.
HSL color Cylindrical-coordinate representation of color #FB2F47: hue angle of 352.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F47 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 71 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.02 |
| HSL | 352.94º | 0.96% | 0.58% | - |
| HSV(B) | 352.94º | 0.81% | 0.98% | - |
| XYZ | 41.94 | 23 | 8.19 | - |
| YUV | 110.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 71 | 0 | 0.81 | 0.72 | 0.02 | 352.94 | 0.96 | 0.58 |
| Hex | FB | 2F | 47 | 0 | 51 | 48 | 2 | 161 | 60 | 3A |
| Octal | 373 | 57 | 107 | 0 | 121 | 110 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101111 | 1000111 | 0 | 1010001 | 1001000 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2F47
Complementary color
Monochromatic Colors of #FB2F47
Black with #FB2F47
Text Example
Text Example
White with #FB2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F47; }
p { color: rgb(251,47,71); }
H1.HeaderClassName
{
color: #FB2F47;
}
.AnyTagClassName
{
color: #FB2F47;
}
</style>
background-color css
<style>
a { background-color: #FB2F47; }
a { background-color: rgb(251,47,71); }
div.DivClassName
{
background-color: #FB2F47;
}
.BgClassName
{
background-color: #FB2F47;
}
</style>
border-color css
<style>
span { border-color: #FB2F47; }
span { border-color: rgb(251,47,71); }
td.TdClassName
{
border-color: #FB2F47;
}
.TagClassName
{
border-color: #FB2F47;
}
</style>