Shades of Amaranth #F12A4A
Tints of Amaranth #F12A4A
RGB
CMYK
RGB Variations
Color information
#F12A4A (or 0xF12A4A) is known color: Amaranth. HEX triplet: F1, 2A and 4A. RGB value is (241,42,74). Sum of RGB (Red+Green+Blue) = 241+42+74=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A4A is #0ED5B5. Grayscale: #696969. Windows color (decimal): -972214 or 4860657. OLE color: 4860657.
HSL color Cylindrical-coordinate representation of color #F12A4A: hue angle of 350.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A4A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 74 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.05 |
| HSL | 350.35º | 0.88% | 0.55% | - |
| HSV(B) | 350.35º | 0.83% | 0.95% | - |
| XYZ | 38.34 | 20.85 | 8.48 | - |
| YUV | 105.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 74 | 0 | 0.83 | 0.69 | 0.05 | 350.35 | 0.88 | 0.55 |
| Hex | F1 | 2A | 4A | 0 | 53 | 45 | 5 | 15E | 58 | 37 |
| Octal | 361 | 52 | 112 | 0 | 123 | 105 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 101010 | 1001010 | 0 | 1010011 | 1000101 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F12A4A
Complementary color
Monochromatic Colors of #F12A4A
Black with #F12A4A
Text Example
Text Example
White with #F12A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A4A; }
p { color: rgb(241,42,74); }
H1.HeaderClassName
{
color: #F12A4A;
}
.AnyTagClassName
{
color: #F12A4A;
}
</style>
background-color css
<style>
a { background-color: #F12A4A; }
a { background-color: rgb(241,42,74); }
div.DivClassName
{
background-color: #F12A4A;
}
.BgClassName
{
background-color: #F12A4A;
}
</style>
border-color css
<style>
span { border-color: #F12A4A; }
span { border-color: rgb(241,42,74); }
td.TdClassName
{
border-color: #F12A4A;
}
.TagClassName
{
border-color: #F12A4A;
}
</style>