Shades of Amaranth #FB2444
Tints of Amaranth #FB2444
RGB
CMYK
RGB Variations
Color information
#FB2444 (or 0xFB2444) is known color: Amaranth. HEX triplet: FB, 24 and 44. RGB value is (251,36,68). Sum of RGB (Red+Green+Blue) = 251+36+68=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2444 is #04DBBB. Grayscale: #686868. Windows color (decimal): -318396 or 4465915. OLE color: 4465915.
HSL color Cylindrical-coordinate representation of color #FB2444: hue angle of 351.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2444 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 68 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.02 |
| HSL | 351.07º | 0.96% | 0.56% | - |
| HSV(B) | 351.07º | 0.86% | 0.98% | - |
| XYZ | 41.46 | 22.19 | 7.57 | - |
| YUV | 103.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 68 | 0 | 0.86 | 0.73 | 0.02 | 351.07 | 0.96 | 0.56 |
| Hex | FB | 24 | 44 | 0 | 56 | 49 | 2 | 15F | 60 | 38 |
| Octal | 373 | 44 | 104 | 0 | 126 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111011 | 100100 | 1000100 | 0 | 1010110 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FB2444
Complementary color
Monochromatic Colors of #FB2444
Black with #FB2444
Text Example
Text Example
White with #FB2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2444; }
p { color: rgb(251,36,68); }
H1.HeaderClassName
{
color: #FB2444;
}
.AnyTagClassName
{
color: #FB2444;
}
</style>
background-color css
<style>
a { background-color: #FB2444; }
a { background-color: rgb(251,36,68); }
div.DivClassName
{
background-color: #FB2444;
}
.BgClassName
{
background-color: #FB2444;
}
</style>
border-color css
<style>
span { border-color: #FB2444; }
span { border-color: rgb(251,36,68); }
td.TdClassName
{
border-color: #FB2444;
}
.TagClassName
{
border-color: #FB2444;
}
</style>