Shades of Amaranth #FB3443
Tints of Amaranth #FB3443
RGB
CMYK
RGB Variations
Color information
#FB3443 (or 0xFB3443) is known color: Amaranth. HEX triplet: FB, 34 and 43. RGB value is (251,52,67). Sum of RGB (Red+Green+Blue) = 251+52+67=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3443 is #04CBBC. Grayscale: #717171. Windows color (decimal): -314301 or 4404475. OLE color: 4404475.
HSL color Cylindrical-coordinate representation of color #FB3443: hue angle of 355.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3443 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 67 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.02 |
| HSL | 355.48º | 0.96% | 0.59% | - |
| HSV(B) | 355.48º | 0.79% | 0.98% | - |
| XYZ | 42.02 | 23.37 | 7.61 | - |
| YUV | 113.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 67 | 0 | 0.79 | 0.73 | 0.02 | 355.48 | 0.96 | 0.59 |
| Hex | FB | 34 | 43 | 0 | 4F | 49 | 2 | 163 | 60 | 3B |
| Octal | 373 | 64 | 103 | 0 | 117 | 111 | 2 | 543 | 140 | 73 |
| Binary | 11111011 | 110100 | 1000011 | 0 | 1001111 | 1001001 | 10 | 101100011 | 1100000 | 111011 |
Color Harmonies of #FB3443
Complementary color
Monochromatic Colors of #FB3443
Black with #FB3443
Text Example
Text Example
White with #FB3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3443; }
p { color: rgb(251,52,67); }
H1.HeaderClassName
{
color: #FB3443;
}
.AnyTagClassName
{
color: #FB3443;
}
</style>
background-color css
<style>
a { background-color: #FB3443; }
a { background-color: rgb(251,52,67); }
div.DivClassName
{
background-color: #FB3443;
}
.BgClassName
{
background-color: #FB3443;
}
</style>
border-color css
<style>
span { border-color: #FB3443; }
span { border-color: rgb(251,52,67); }
td.TdClassName
{
border-color: #FB3443;
}
.TagClassName
{
border-color: #FB3443;
}
</style>