Shades of Amaranth #F12D4F
Tints of Amaranth #F12D4F
RGB
CMYK
RGB Variations
Color information
#F12D4F (or 0xF12D4F) is known color: Amaranth. HEX triplet: F1, 2D and 4F. RGB value is (241,45,79). Sum of RGB (Red+Green+Blue) = 241+45+79=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D4F is #0ED2B0. Grayscale: #6B6B6B. Windows color (decimal): -971441 or 5189105. OLE color: 5189105.
HSL color Cylindrical-coordinate representation of color #F12D4F: hue angle of 349.59º 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 #F12D4F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 79 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.05 |
| HSL | 349.59º | 0.88% | 0.56% | - |
| HSV(B) | 349.59º | 0.81% | 0.95% | - |
| XYZ | 38.63 | 21.14 | 9.44 | - |
| YUV | 107.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 79 | 0 | 0.81 | 0.67 | 0.05 | 349.59 | 0.88 | 0.56 |
| Hex | F1 | 2D | 4F | 0 | 51 | 43 | 5 | 15E | 58 | 38 |
| Octal | 361 | 55 | 117 | 0 | 121 | 103 | 5 | 536 | 130 | 70 |
| Binary | 11110001 | 101101 | 1001111 | 0 | 1010001 | 1000011 | 101 | 101011110 | 1011000 | 111000 |
Color Harmonies of #F12D4F
Complementary color
Monochromatic Colors of #F12D4F
Black with #F12D4F
Text Example
Text Example
White with #F12D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D4F; }
p { color: rgb(241,45,79); }
H1.HeaderClassName
{
color: #F12D4F;
}
.AnyTagClassName
{
color: #F12D4F;
}
</style>
background-color css
<style>
a { background-color: #F12D4F; }
a { background-color: rgb(241,45,79); }
div.DivClassName
{
background-color: #F12D4F;
}
.BgClassName
{
background-color: #F12D4F;
}
</style>
border-color css
<style>
span { border-color: #F12D4F; }
span { border-color: rgb(241,45,79); }
td.TdClassName
{
border-color: #F12D4F;
}
.TagClassName
{
border-color: #F12D4F;
}
</style>