Shades of Amaranth #F31D4B
Tints of Amaranth #F31D4B
RGB
CMYK
RGB Variations
Color information
#F31D4B (or 0xF31D4B) is known color: Amaranth. HEX triplet: F3, 1D and 4B. RGB value is (243,29,75). Sum of RGB (Red+Green+Blue) = 243+29+75=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D4B is #0CE2B4. Grayscale: #626262. Windows color (decimal): -844469 or 4922867. OLE color: 4922867.
HSL color Cylindrical-coordinate representation of color #F31D4B: hue angle of 347.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D4B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.05 |
| HSL | 347.1º | 0.9% | 0.53% | - |
| HSV(B) | 347.1º | 0.88% | 0.95% | - |
| XYZ | 38.67 | 20.44 | 8.56 | - |
| YUV | 98.23 | 114.9 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 75 | 0 | 0.88 | 0.69 | 0.05 | 347.1 | 0.9 | 0.53 |
| Hex | F3 | 1D | 4B | 0 | 58 | 45 | 5 | 15B | 5A | 35 |
| Octal | 363 | 35 | 113 | 0 | 130 | 105 | 5 | 533 | 132 | 65 |
| Binary | 11110011 | 11101 | 1001011 | 0 | 1011000 | 1000101 | 101 | 101011011 | 1011010 | 110101 |
Color Harmonies of #F31D4B
Complementary color
Monochromatic Colors of #F31D4B
Black with #F31D4B
Text Example
Text Example
White with #F31D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D4B; }
p { color: rgb(243,29,75); }
H1.HeaderClassName
{
color: #F31D4B;
}
.AnyTagClassName
{
color: #F31D4B;
}
</style>
background-color css
<style>
a { background-color: #F31D4B; }
a { background-color: rgb(243,29,75); }
div.DivClassName
{
background-color: #F31D4B;
}
.BgClassName
{
background-color: #F31D4B;
}
</style>
border-color css
<style>
span { border-color: #F31D4B; }
span { border-color: rgb(243,29,75); }
td.TdClassName
{
border-color: #F31D4B;
}
.TagClassName
{
border-color: #F31D4B;
}
</style>