Shades of Amaranth #FB2345
Tints of Amaranth #FB2345
RGB
CMYK
RGB Variations
Color information
#FB2345 (or 0xFB2345) is known color: Amaranth. HEX triplet: FB, 23 and 45. RGB value is (251,35,69). Sum of RGB (Red+Green+Blue) = 251+35+69=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2345 is #04DCBA. Grayscale: #676767. Windows color (decimal): -318651 or 4531195. OLE color: 4531195.
HSL color Cylindrical-coordinate representation of color #FB2345: hue angle of 350.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2345 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 69 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.02 |
| HSL | 350.56º | 0.96% | 0.56% | - |
| HSV(B) | 350.56º | 0.86% | 0.98% | - |
| XYZ | 41.46 | 22.14 | 7.72 | - |
| YUV | 103.46 | 108.56 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 69 | 0 | 0.86 | 0.73 | 0.02 | 350.56 | 0.96 | 0.56 |
| Hex | FB | 23 | 45 | 0 | 56 | 49 | 2 | 15F | 60 | 38 |
| Octal | 373 | 43 | 105 | 0 | 126 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100011 | 1000101 | 0 | 1010110 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2345
Complementary color
Monochromatic Colors of #FB2345
Black with #FB2345
Text Example
Text Example
White with #FB2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2345; }
p { color: rgb(251,35,69); }
H1.HeaderClassName
{
color: #FB2345;
}
.AnyTagClassName
{
color: #FB2345;
}
</style>
background-color css
<style>
a { background-color: #FB2345; }
a { background-color: rgb(251,35,69); }
div.DivClassName
{
background-color: #FB2345;
}
.BgClassName
{
background-color: #FB2345;
}
</style>
border-color css
<style>
span { border-color: #FB2345; }
span { border-color: rgb(251,35,69); }
td.TdClassName
{
border-color: #FB2345;
}
.TagClassName
{
border-color: #FB2345;
}
</style>