Shades of Amaranth #FB264D
Tints of Amaranth #FB264D
RGB
CMYK
RGB Variations
Color information
#FB264D (or 0xFB264D) is known color: Amaranth. HEX triplet: FB, 26 and 4D. RGB value is (251,38,77). Sum of RGB (Red+Green+Blue) = 251+38+77=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB264D is #04D9B2. Grayscale: #6A6A6A. Windows color (decimal): -317875 or 5056251. OLE color: 5056251.
HSL color Cylindrical-coordinate representation of color #FB264D: hue angle of 349.01º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB264D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.02 |
| HSL | 349.01º | 0.96% | 0.57% | - |
| HSV(B) | 349.01º | 0.85% | 0.98% | - |
| XYZ | 41.82 | 22.43 | 9.15 | - |
| YUV | 106.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 77 | 0 | 0.85 | 0.69 | 0.02 | 349.01 | 0.96 | 0.57 |
| Hex | FB | 26 | 4D | 0 | 55 | 45 | 2 | 15D | 60 | 39 |
| Octal | 373 | 46 | 115 | 0 | 125 | 105 | 2 | 535 | 140 | 71 |
| Binary | 11111011 | 100110 | 1001101 | 0 | 1010101 | 1000101 | 10 | 101011101 | 1100000 | 111001 |
Color Harmonies of #FB264D
Complementary color
Monochromatic Colors of #FB264D
Black with #FB264D
Text Example
Text Example
White with #FB264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB264D; }
p { color: rgb(251,38,77); }
H1.HeaderClassName
{
color: #FB264D;
}
.AnyTagClassName
{
color: #FB264D;
}
</style>
background-color css
<style>
a { background-color: #FB264D; }
a { background-color: rgb(251,38,77); }
div.DivClassName
{
background-color: #FB264D;
}
.BgClassName
{
background-color: #FB264D;
}
</style>
border-color css
<style>
span { border-color: #FB264D; }
span { border-color: rgb(251,38,77); }
td.TdClassName
{
border-color: #FB264D;
}
.TagClassName
{
border-color: #FB264D;
}
</style>