Shades of Amaranth #F33242
Tints of Amaranth #F33242
RGB
CMYK
RGB Variations
Color information
#F33242 (or 0xF33242) is known color: Amaranth. HEX triplet: F3, 32 and 42. RGB value is (243,50,66). Sum of RGB (Red+Green+Blue) = 243+50+66=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F33242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33242 is #0CCDBD. Grayscale: #6D6D6D. Windows color (decimal): -839102 or 4338419. OLE color: 4338419.
HSL color Cylindrical-coordinate representation of color #F33242: hue angle of 355.03º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33242 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 66 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.05 |
| HSL | 355.03º | 0.89% | 0.57% | - |
| HSV(B) | 355.03º | 0.79% | 0.95% | - |
| XYZ | 39.09 | 21.73 | 7.29 | - |
| YUV | 109.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 66 | 0 | 0.79 | 0.73 | 0.05 | 355.03 | 0.89 | 0.57 |
| Hex | F3 | 32 | 42 | 0 | 4F | 49 | 5 | 163 | 59 | 39 |
| Octal | 363 | 62 | 102 | 0 | 117 | 111 | 5 | 543 | 131 | 71 |
| Binary | 11110011 | 110010 | 1000010 | 0 | 1001111 | 1001001 | 101 | 101100011 | 1011001 | 111001 |
Color Harmonies of #F33242
Complementary color
Monochromatic Colors of #F33242
Black with #F33242
Text Example
Text Example
White with #F33242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33242; }
p { color: rgb(243,50,66); }
H1.HeaderClassName
{
color: #F33242;
}
.AnyTagClassName
{
color: #F33242;
}
</style>
background-color css
<style>
a { background-color: #F33242; }
a { background-color: rgb(243,50,66); }
div.DivClassName
{
background-color: #F33242;
}
.BgClassName
{
background-color: #F33242;
}
</style>
border-color css
<style>
span { border-color: #F33242; }
span { border-color: rgb(243,50,66); }
td.TdClassName
{
border-color: #F33242;
}
.TagClassName
{
border-color: #F33242;
}
</style>