Shades of Amaranth #F33D4C
Tints of Amaranth #F33D4C
RGB
CMYK
RGB Variations
Color information
#F33D4C (or 0xF33D4C) is known color: Amaranth. HEX triplet: F3, 3D and 4C. RGB value is (243,61,76). Sum of RGB (Red+Green+Blue) = 243+61+76=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D4C is #0CC2B3. Grayscale: #757575. Windows color (decimal): -836276 or 4996595. OLE color: 4996595.
HSL color Cylindrical-coordinate representation of color #F33D4C: hue angle of 355.05º 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 #F33D4C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 76 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.05 |
| HSL | 355.05º | 0.88% | 0.6% | - |
| HSV(B) | 355.05º | 0.75% | 0.95% | - |
| XYZ | 39.94 | 22.91 | 9.16 | - |
| YUV | 117.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 76 | 0 | 0.75 | 0.69 | 0.05 | 355.05 | 0.88 | 0.6 |
| Hex | F3 | 3D | 4C | 0 | 4B | 45 | 5 | 163 | 58 | 3C |
| Octal | 363 | 75 | 114 | 0 | 113 | 105 | 5 | 543 | 130 | 74 |
| Binary | 11110011 | 111101 | 1001100 | 0 | 1001011 | 1000101 | 101 | 101100011 | 1011000 | 111100 |
Color Harmonies of #F33D4C
Complementary color
Monochromatic Colors of #F33D4C
Black with #F33D4C
Text Example
Text Example
White with #F33D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D4C; }
p { color: rgb(243,61,76); }
H1.HeaderClassName
{
color: #F33D4C;
}
.AnyTagClassName
{
color: #F33D4C;
}
</style>
background-color css
<style>
a { background-color: #F33D4C; }
a { background-color: rgb(243,61,76); }
div.DivClassName
{
background-color: #F33D4C;
}
.BgClassName
{
background-color: #F33D4C;
}
</style>
border-color css
<style>
span { border-color: #F33D4C; }
span { border-color: rgb(243,61,76); }
td.TdClassName
{
border-color: #F33D4C;
}
.TagClassName
{
border-color: #F33D4C;
}
</style>