Shades of Amaranth #F33D4A
Tints of Amaranth #F33D4A
RGB
CMYK
RGB Variations
Color information
#F33D4A (or 0xF33D4A) is known color: Amaranth. HEX triplet: F3, 3D and 4A. RGB value is (243,61,74). Sum of RGB (Red+Green+Blue) = 243+61+74=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D4A is #0CC2B5. Grayscale: #757575. Windows color (decimal): -836278 or 4865523. OLE color: 4865523.
HSL color Cylindrical-coordinate representation of color #F33D4A: hue angle of 355.71º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D4A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 74 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.05 |
| HSL | 355.71º | 0.88% | 0.6% | - |
| HSV(B) | 355.71º | 0.75% | 0.95% | - |
| XYZ | 39.87 | 22.89 | 8.79 | - |
| YUV | 116.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 74 | 0 | 0.75 | 0.70 | 0.05 | 355.71 | 0.88 | 0.6 |
| Hex | F3 | 3D | 4A | 0 | 4B | 46 | 5 | 164 | 58 | 3C |
| Octal | 363 | 75 | 112 | 0 | 113 | 106 | 5 | 544 | 130 | 74 |
| Binary | 11110011 | 111101 | 1001010 | 0 | 1001011 | 1000110 | 101 | 101100100 | 1011000 | 111100 |
Color Harmonies of #F33D4A
Complementary color
Monochromatic Colors of #F33D4A
Black with #F33D4A
Text Example
Text Example
White with #F33D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D4A; }
p { color: rgb(243,61,74); }
H1.HeaderClassName
{
color: #F33D4A;
}
.AnyTagClassName
{
color: #F33D4A;
}
</style>
background-color css
<style>
a { background-color: #F33D4A; }
a { background-color: rgb(243,61,74); }
div.DivClassName
{
background-color: #F33D4A;
}
.BgClassName
{
background-color: #F33D4A;
}
</style>
border-color css
<style>
span { border-color: #F33D4A; }
span { border-color: rgb(243,61,74); }
td.TdClassName
{
border-color: #F33D4A;
}
.TagClassName
{
border-color: #F33D4A;
}
</style>