Shades of Amaranth #F2414B
Tints of Amaranth #F2414B
RGB
CMYK
RGB Variations
Color information
#F2414B (or 0xF2414B) is known color: Amaranth. HEX triplet: F2, 41 and 4B. RGB value is (242,65,75). Sum of RGB (Red+Green+Blue) = 242+65+75=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F2414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2414B is #0DBEB4. Grayscale: #777777. Windows color (decimal): -900789 or 4932082. OLE color: 4932082.
HSL color Cylindrical-coordinate representation of color #F2414B: hue angle of 356.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2414B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 75 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.05 |
| HSL | 356.61º | 0.87% | 0.6% | - |
| HSV(B) | 356.61º | 0.73% | 0.95% | - |
| XYZ | 39.78 | 23.17 | 9.03 | - |
| YUV | 119.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 75 | 0 | 0.73 | 0.69 | 0.05 | 356.61 | 0.87 | 0.6 |
| Hex | F2 | 41 | 4B | 0 | 49 | 45 | 5 | 165 | 57 | 3C |
| Octal | 362 | 101 | 113 | 0 | 111 | 105 | 5 | 545 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1001011 | 0 | 1001001 | 1000101 | 101 | 101100101 | 1010111 | 111100 |
Color Harmonies of #F2414B
Complementary color
Monochromatic Colors of #F2414B
Black with #F2414B
Text Example
Text Example
White with #F2414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2414B; }
p { color: rgb(242,65,75); }
H1.HeaderClassName
{
color: #F2414B;
}
.AnyTagClassName
{
color: #F2414B;
}
</style>
background-color css
<style>
a { background-color: #F2414B; }
a { background-color: rgb(242,65,75); }
div.DivClassName
{
background-color: #F2414B;
}
.BgClassName
{
background-color: #F2414B;
}
</style>
border-color css
<style>
span { border-color: #F2414B; }
span { border-color: rgb(242,65,75); }
td.TdClassName
{
border-color: #F2414B;
}
.TagClassName
{
border-color: #F2414B;
}
</style>