Shades of Amaranth #FB274C
Tints of Amaranth #FB274C
RGB
CMYK
RGB Variations
Color information
#FB274C (or 0xFB274C) is known color: Amaranth. HEX triplet: FB, 27 and 4C. RGB value is (251,39,76). Sum of RGB (Red+Green+Blue) = 251+39+76=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB274C is #04D8B3. Grayscale: #6A6A6A. Windows color (decimal): -317620 or 4990971. OLE color: 4990971.
HSL color Cylindrical-coordinate representation of color #FB274C: hue angle of 349.53º 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 #FB274C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 76 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.02 |
| HSL | 349.53º | 0.96% | 0.57% | - |
| HSV(B) | 349.53º | 0.84% | 0.98% | - |
| XYZ | 41.81 | 22.48 | 8.97 | - |
| YUV | 106.61 | 110.74 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 76 | 0 | 0.84 | 0.70 | 0.02 | 349.53 | 0.96 | 0.57 |
| Hex | FB | 27 | 4C | 0 | 54 | 46 | 2 | 15E | 60 | 39 |
| Octal | 373 | 47 | 114 | 0 | 124 | 106 | 2 | 536 | 140 | 71 |
| Binary | 11111011 | 100111 | 1001100 | 0 | 1010100 | 1000110 | 10 | 101011110 | 1100000 | 111001 |
Color Harmonies of #FB274C
Complementary color
Monochromatic Colors of #FB274C
Black with #FB274C
Text Example
Text Example
White with #FB274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB274C; }
p { color: rgb(251,39,76); }
H1.HeaderClassName
{
color: #FB274C;
}
.AnyTagClassName
{
color: #FB274C;
}
</style>
background-color css
<style>
a { background-color: #FB274C; }
a { background-color: rgb(251,39,76); }
div.DivClassName
{
background-color: #FB274C;
}
.BgClassName
{
background-color: #FB274C;
}
</style>
border-color css
<style>
span { border-color: #FB274C; }
span { border-color: rgb(251,39,76); }
td.TdClassName
{
border-color: #FB274C;
}
.TagClassName
{
border-color: #FB274C;
}
</style>