Shades of Amaranth #F33450
Tints of Amaranth #F33450
RGB
CMYK
RGB Variations
Color information
#F33450 (or 0xF33450) is known color: Amaranth. HEX triplet: F3, 34 and 50. RGB value is (243,52,80). Sum of RGB (Red+Green+Blue) = 243+52+80=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F33450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33450 is #0CCBAF. Grayscale: #707070. Windows color (decimal): -838576 or 5256435. OLE color: 5256435.
HSL color Cylindrical-coordinate representation of color #F33450: hue angle of 351.2º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33450 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.05 |
| HSL | 351.2º | 0.89% | 0.58% | - |
| HSV(B) | 351.2º | 0.79% | 0.95% | - |
| XYZ | 39.64 | 22.09 | 9.76 | - |
| YUV | 112.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 80 | 0 | 0.79 | 0.67 | 0.05 | 351.2 | 0.89 | 0.58 |
| Hex | F3 | 34 | 50 | 0 | 4F | 43 | 5 | 15F | 59 | 3A |
| Octal | 363 | 64 | 120 | 0 | 117 | 103 | 5 | 537 | 131 | 72 |
| Binary | 11110011 | 110100 | 1010000 | 0 | 1001111 | 1000011 | 101 | 101011111 | 1011001 | 111010 |
Color Harmonies of #F33450
Complementary color
Monochromatic Colors of #F33450
Black with #F33450
Text Example
Text Example
White with #F33450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33450; }
p { color: rgb(243,52,80); }
H1.HeaderClassName
{
color: #F33450;
}
.AnyTagClassName
{
color: #F33450;
}
</style>
background-color css
<style>
a { background-color: #F33450; }
a { background-color: rgb(243,52,80); }
div.DivClassName
{
background-color: #F33450;
}
.BgClassName
{
background-color: #F33450;
}
</style>
border-color css
<style>
span { border-color: #F33450; }
span { border-color: rgb(243,52,80); }
td.TdClassName
{
border-color: #F33450;
}
.TagClassName
{
border-color: #F33450;
}
</style>