Shades of Amaranth #FB3642
Tints of Amaranth #FB3642
RGB
CMYK
RGB Variations
Color information
#FB3642 (or 0xFB3642) is known color: Amaranth. HEX triplet: FB, 36 and 42. RGB value is (251,54,66). Sum of RGB (Red+Green+Blue) = 251+54+66=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3642 is #04C9BD. Grayscale: #727272. Windows color (decimal): -313790 or 4339451. OLE color: 4339451.
HSL color Cylindrical-coordinate representation of color #FB3642: hue angle of 356.35º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3642 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 66 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.02 |
| HSL | 356.35º | 0.96% | 0.6% | - |
| HSV(B) | 356.35º | 0.78% | 0.98% | - |
| XYZ | 42.09 | 23.54 | 7.48 | - |
| YUV | 114.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 66 | 0 | 0.78 | 0.74 | 0.02 | 356.35 | 0.96 | 0.6 |
| Hex | FB | 36 | 42 | 0 | 4E | 4A | 2 | 164 | 60 | 3C |
| Octal | 373 | 66 | 102 | 0 | 116 | 112 | 2 | 544 | 140 | 74 |
| Binary | 11111011 | 110110 | 1000010 | 0 | 1001110 | 1001010 | 10 | 101100100 | 1100000 | 111100 |
Color Harmonies of #FB3642
Complementary color
Monochromatic Colors of #FB3642
Black with #FB3642
Text Example
Text Example
White with #FB3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3642; }
p { color: rgb(251,54,66); }
H1.HeaderClassName
{
color: #FB3642;
}
.AnyTagClassName
{
color: #FB3642;
}
</style>
background-color css
<style>
a { background-color: #FB3642; }
a { background-color: rgb(251,54,66); }
div.DivClassName
{
background-color: #FB3642;
}
.BgClassName
{
background-color: #FB3642;
}
</style>
border-color css
<style>
span { border-color: #FB3642; }
span { border-color: rgb(251,54,66); }
td.TdClassName
{
border-color: #FB3642;
}
.TagClassName
{
border-color: #FB3642;
}
</style>