Shades of Amaranth #F13D4C
Tints of Amaranth #F13D4C
RGB
CMYK
RGB Variations
Color information
#F13D4C (or 0xF13D4C) is known color: Amaranth. HEX triplet: F1, 3D and 4C. RGB value is (241,61,76). Sum of RGB (Red+Green+Blue) = 241+61+76=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D4C is #0EC2B3. Grayscale: #747474. Windows color (decimal): -967348 or 4996593. OLE color: 4996593.
HSL color Cylindrical-coordinate representation of color #F13D4C: hue angle of 355º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13D4C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 76 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.05 |
| HSL | 355º | 0.87% | 0.59% | - |
| HSV(B) | 355º | 0.75% | 0.95% | - |
| XYZ | 39.25 | 22.56 | 9.12 | - |
| YUV | 116.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 76 | 0 | 0.75 | 0.68 | 0.05 | 355 | 0.87 | 0.59 |
| Hex | F1 | 3D | 4C | 0 | 4B | 44 | 5 | 163 | 57 | 3B |
| Octal | 361 | 75 | 114 | 0 | 113 | 104 | 5 | 543 | 127 | 73 |
| Binary | 11110001 | 111101 | 1001100 | 0 | 1001011 | 1000100 | 101 | 101100011 | 1010111 | 111011 |
Color Harmonies of #F13D4C
Complementary color
Monochromatic Colors of #F13D4C
Black with #F13D4C
Text Example
Text Example
White with #F13D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D4C; }
p { color: rgb(241,61,76); }
H1.HeaderClassName
{
color: #F13D4C;
}
.AnyTagClassName
{
color: #F13D4C;
}
</style>
background-color css
<style>
a { background-color: #F13D4C; }
a { background-color: rgb(241,61,76); }
div.DivClassName
{
background-color: #F13D4C;
}
.BgClassName
{
background-color: #F13D4C;
}
</style>
border-color css
<style>
span { border-color: #F13D4C; }
span { border-color: rgb(241,61,76); }
td.TdClassName
{
border-color: #F13D4C;
}
.TagClassName
{
border-color: #F13D4C;
}
</style>