Shades of Amaranth #FB3242
Tints of Amaranth #FB3242
RGB
CMYK
RGB Variations
Color information
#FB3242 (or 0xFB3242) is known color: Amaranth. HEX triplet: FB, 32 and 42. RGB value is (251,50,66). Sum of RGB (Red+Green+Blue) = 251+50+66=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3242 is #04CDBD. Grayscale: #707070. Windows color (decimal): -314814 or 4338427. OLE color: 4338427.
HSL color Cylindrical-coordinate representation of color #FB3242: hue angle of 355.22º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3242 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 66 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.02 |
| HSL | 355.22º | 0.96% | 0.59% | - |
| HSV(B) | 355.22º | 0.8% | 0.98% | - |
| XYZ | 41.91 | 23.18 | 7.42 | - |
| YUV | 111.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 66 | 0 | 0.80 | 0.74 | 0.02 | 355.22 | 0.96 | 0.59 |
| Hex | FB | 32 | 42 | 0 | 50 | 4A | 2 | 163 | 60 | 3B |
| Octal | 373 | 62 | 102 | 0 | 120 | 112 | 2 | 543 | 140 | 73 |
| Binary | 11111011 | 110010 | 1000010 | 0 | 1010000 | 1001010 | 10 | 101100011 | 1100000 | 111011 |
Color Harmonies of #FB3242
Complementary color
Monochromatic Colors of #FB3242
Black with #FB3242
Text Example
Text Example
White with #FB3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3242; }
p { color: rgb(251,50,66); }
H1.HeaderClassName
{
color: #FB3242;
}
.AnyTagClassName
{
color: #FB3242;
}
</style>
background-color css
<style>
a { background-color: #FB3242; }
a { background-color: rgb(251,50,66); }
div.DivClassName
{
background-color: #FB3242;
}
.BgClassName
{
background-color: #FB3242;
}
</style>
border-color css
<style>
span { border-color: #FB3242; }
span { border-color: rgb(251,50,66); }
td.TdClassName
{
border-color: #FB3242;
}
.TagClassName
{
border-color: #FB3242;
}
</style>