Shades of Amaranth #F3255B
Tints of Amaranth #F3255B
RGB
CMYK
RGB Variations
Color information
#F3255B (or 0xF3255B) is known color: Amaranth. HEX triplet: F3, 25 and 5B. RGB value is (243,37,91). Sum of RGB (Red+Green+Blue) = 243+37+91=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3255B is #0CDAA4. Grayscale: #686868. Windows color (decimal): -842405 or 5973491. OLE color: 5973491.
HSL color Cylindrical-coordinate representation of color #F3255B: hue angle of 344.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3255B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 91 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.05 |
| HSL | 344.27º | 0.9% | 0.55% | - |
| HSV(B) | 344.27º | 0.85% | 0.95% | - |
| XYZ | 39.51 | 21.13 | 11.89 | - |
| YUV | 104.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 91 | 0 | 0.85 | 0.63 | 0.05 | 344.27 | 0.9 | 0.55 |
| Hex | F3 | 25 | 5B | 0 | 55 | 3F | 5 | 158 | 5A | 37 |
| Octal | 363 | 45 | 133 | 0 | 125 | 77 | 5 | 530 | 132 | 67 |
| Binary | 11110011 | 100101 | 1011011 | 0 | 1010101 | 111111 | 101 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F3255B
Complementary color
Monochromatic Colors of #F3255B
Black with #F3255B
Text Example
Text Example
White with #F3255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3255B; }
p { color: rgb(243,37,91); }
H1.HeaderClassName
{
color: #F3255B;
}
.AnyTagClassName
{
color: #F3255B;
}
</style>
background-color css
<style>
a { background-color: #F3255B; }
a { background-color: rgb(243,37,91); }
div.DivClassName
{
background-color: #F3255B;
}
.BgClassName
{
background-color: #F3255B;
}
</style>
border-color css
<style>
span { border-color: #F3255B; }
span { border-color: rgb(243,37,91); }
td.TdClassName
{
border-color: #F3255B;
}
.TagClassName
{
border-color: #F3255B;
}
</style>