Shades of Amaranth #F12D4A
Tints of Amaranth #F12D4A
RGB
CMYK
RGB Variations
Color information
#F12D4A (or 0xF12D4A) is known color: Amaranth. HEX triplet: F1, 2D and 4A. RGB value is (241,45,74). Sum of RGB (Red+Green+Blue) = 241+45+74=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D4A is #0ED2B5. Grayscale: #6A6A6A. Windows color (decimal): -971446 or 4861425. OLE color: 4861425.
HSL color Cylindrical-coordinate representation of color #F12D4A: hue angle of 351.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D4A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 74 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.05 |
| HSL | 351.12º | 0.88% | 0.56% | - |
| HSV(B) | 351.12º | 0.81% | 0.95% | - |
| XYZ | 38.45 | 21.07 | 8.52 | - |
| YUV | 106.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 74 | 0 | 0.81 | 0.69 | 0.05 | 351.12 | 0.88 | 0.56 |
| Hex | F1 | 2D | 4A | 0 | 51 | 45 | 5 | 15F | 58 | 38 |
| Octal | 361 | 55 | 112 | 0 | 121 | 105 | 5 | 537 | 130 | 70 |
| Binary | 11110001 | 101101 | 1001010 | 0 | 1010001 | 1000101 | 101 | 101011111 | 1011000 | 111000 |
Color Harmonies of #F12D4A
Complementary color
Monochromatic Colors of #F12D4A
Black with #F12D4A
Text Example
Text Example
White with #F12D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D4A; }
p { color: rgb(241,45,74); }
H1.HeaderClassName
{
color: #F12D4A;
}
.AnyTagClassName
{
color: #F12D4A;
}
</style>
background-color css
<style>
a { background-color: #F12D4A; }
a { background-color: rgb(241,45,74); }
div.DivClassName
{
background-color: #F12D4A;
}
.BgClassName
{
background-color: #F12D4A;
}
</style>
border-color css
<style>
span { border-color: #F12D4A; }
span { border-color: rgb(241,45,74); }
td.TdClassName
{
border-color: #F12D4A;
}
.TagClassName
{
border-color: #F12D4A;
}
</style>