Shades of Amaranth #F13443
Tints of Amaranth #F13443
RGB
CMYK
RGB Variations
Color information
#F13443 (or 0xF13443) is known color: Amaranth. HEX triplet: F1, 34 and 43. RGB value is (241,52,67). Sum of RGB (Red+Green+Blue) = 241+52+67=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F13443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13443 is #0ECBBC. Grayscale: #6E6E6E. Windows color (decimal): -969661 or 4404465. OLE color: 4404465.
HSL color Cylindrical-coordinate representation of color #F13443: hue angle of 355.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F13443 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 67 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.05 |
| HSL | 355.24º | 0.87% | 0.57% | - |
| HSV(B) | 355.24º | 0.78% | 0.95% | - |
| XYZ | 38.52 | 21.56 | 7.44 | - |
| YUV | 110.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 67 | 0 | 0.78 | 0.72 | 0.05 | 355.24 | 0.87 | 0.57 |
| Hex | F1 | 34 | 43 | 0 | 4E | 48 | 5 | 163 | 57 | 39 |
| Octal | 361 | 64 | 103 | 0 | 116 | 110 | 5 | 543 | 127 | 71 |
| Binary | 11110001 | 110100 | 1000011 | 0 | 1001110 | 1001000 | 101 | 101100011 | 1010111 | 111001 |
Color Harmonies of #F13443
Complementary color
Monochromatic Colors of #F13443
Black with #F13443
Text Example
Text Example
White with #F13443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13443; }
p { color: rgb(241,52,67); }
H1.HeaderClassName
{
color: #F13443;
}
.AnyTagClassName
{
color: #F13443;
}
</style>
background-color css
<style>
a { background-color: #F13443; }
a { background-color: rgb(241,52,67); }
div.DivClassName
{
background-color: #F13443;
}
.BgClassName
{
background-color: #F13443;
}
</style>
border-color css
<style>
span { border-color: #F13443; }
span { border-color: rgb(241,52,67); }
td.TdClassName
{
border-color: #F13443;
}
.TagClassName
{
border-color: #F13443;
}
</style>