Shades of Amaranth #F33D48
Tints of Amaranth #F33D48
RGB
CMYK
RGB Variations
Color information
#F33D48 (or 0xF33D48) is known color: Amaranth. HEX triplet: F3, 3D and 48. RGB value is (243,61,72). Sum of RGB (Red+Green+Blue) = 243+61+72=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D48 is #0CC2B7. Grayscale: #747474. Windows color (decimal): -836280 or 4734451. OLE color: 4734451.
HSL color Cylindrical-coordinate representation of color #F33D48: hue angle of 356.37º 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 #F33D48 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 72 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.05 |
| HSL | 356.37º | 0.88% | 0.6% | - |
| HSV(B) | 356.37º | 0.75% | 0.95% | - |
| XYZ | 39.8 | 22.86 | 8.45 | - |
| YUV | 116.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 72 | 0 | 0.75 | 0.70 | 0.05 | 356.37 | 0.88 | 0.6 |
| Hex | F3 | 3D | 48 | 0 | 4B | 46 | 5 | 164 | 58 | 3C |
| Octal | 363 | 75 | 110 | 0 | 113 | 106 | 5 | 544 | 130 | 74 |
| Binary | 11110011 | 111101 | 1001000 | 0 | 1001011 | 1000110 | 101 | 101100100 | 1011000 | 111100 |
Color Harmonies of #F33D48
Complementary color
Monochromatic Colors of #F33D48
Black with #F33D48
Text Example
Text Example
White with #F33D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D48; }
p { color: rgb(243,61,72); }
H1.HeaderClassName
{
color: #F33D48;
}
.AnyTagClassName
{
color: #F33D48;
}
</style>
background-color css
<style>
a { background-color: #F33D48; }
a { background-color: rgb(243,61,72); }
div.DivClassName
{
background-color: #F33D48;
}
.BgClassName
{
background-color: #F33D48;
}
</style>
border-color css
<style>
span { border-color: #F33D48; }
span { border-color: rgb(243,61,72); }
td.TdClassName
{
border-color: #F33D48;
}
.TagClassName
{
border-color: #F33D48;
}
</style>