Shades of Amaranth #F12B5C
Tints of Amaranth #F12B5C
RGB
CMYK
RGB Variations
Color information
#F12B5C (or 0xF12B5C) is known color: Amaranth. HEX triplet: F1, 2B and 5C. RGB value is (241,43,92). Sum of RGB (Red+Green+Blue) = 241+43+92=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B5C is #0ED4A3. Grayscale: #6B6B6B. Windows color (decimal): -971940 or 6040561. OLE color: 6040561.
HSL color Cylindrical-coordinate representation of color #F12B5C: hue angle of 345.15º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12B5C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 92 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.05 |
| HSL | 345.15º | 0.88% | 0.56% | - |
| HSV(B) | 345.15º | 0.82% | 0.95% | - |
| XYZ | 39.07 | 21.2 | 12.16 | - |
| YUV | 107.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 92 | 0 | 0.82 | 0.62 | 0.05 | 345.15 | 0.88 | 0.56 |
| Hex | F1 | 2B | 5C | 0 | 52 | 3E | 5 | 159 | 58 | 38 |
| Octal | 361 | 53 | 134 | 0 | 122 | 76 | 5 | 531 | 130 | 70 |
| Binary | 11110001 | 101011 | 1011100 | 0 | 1010010 | 111110 | 101 | 101011001 | 1011000 | 111000 |
Color Harmonies of #F12B5C
Complementary color
Monochromatic Colors of #F12B5C
Black with #F12B5C
Text Example
Text Example
White with #F12B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B5C; }
p { color: rgb(241,43,92); }
H1.HeaderClassName
{
color: #F12B5C;
}
.AnyTagClassName
{
color: #F12B5C;
}
</style>
background-color css
<style>
a { background-color: #F12B5C; }
a { background-color: rgb(241,43,92); }
div.DivClassName
{
background-color: #F12B5C;
}
.BgClassName
{
background-color: #F12B5C;
}
</style>
border-color css
<style>
span { border-color: #F12B5C; }
span { border-color: rgb(241,43,92); }
td.TdClassName
{
border-color: #F12B5C;
}
.TagClassName
{
border-color: #F12B5C;
}
</style>