Shades of Amaranth #F3255C
Tints of Amaranth #F3255C
RGB
CMYK
RGB Variations
Color information
#F3255C (or 0xF3255C) is known color: Amaranth. HEX triplet: F3, 25 and 5C. RGB value is (243,37,92). Sum of RGB (Red+Green+Blue) = 243+37+92=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3255C is #0CDAA3. Grayscale: #686868. Windows color (decimal): -842404 or 6039027. OLE color: 6039027.
HSL color Cylindrical-coordinate representation of color #F3255C: hue angle of 343.98º 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 #F3255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.98º | 0.9% | 0.55% | - |
| HSV(B) | 343.98º | 0.85% | 0.95% | - |
| XYZ | 39.56 | 21.15 | 12.12 | - |
| YUV | 104.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 92 | 0 | 0.85 | 0.62 | 0.05 | 343.98 | 0.9 | 0.55 |
| Hex | F3 | 25 | 5C | 0 | 55 | 3E | 5 | 158 | 5A | 37 |
| Octal | 363 | 45 | 134 | 0 | 125 | 76 | 5 | 530 | 132 | 67 |
| Binary | 11110011 | 100101 | 1011100 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F3255C
Complementary color
Monochromatic Colors of #F3255C
Black with #F3255C
Text Example
Text Example
White with #F3255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3255C; }
p { color: rgb(243,37,92); }
H1.HeaderClassName
{
color: #F3255C;
}
.AnyTagClassName
{
color: #F3255C;
}
</style>
background-color css
<style>
a { background-color: #F3255C; }
a { background-color: rgb(243,37,92); }
div.DivClassName
{
background-color: #F3255C;
}
.BgClassName
{
background-color: #F3255C;
}
</style>
border-color css
<style>
span { border-color: #F3255C; }
span { border-color: rgb(243,37,92); }
td.TdClassName
{
border-color: #F3255C;
}
.TagClassName
{
border-color: #F3255C;
}
</style>