Shades of Amaranth #F2364B
Tints of Amaranth #F2364B
RGB
CMYK
RGB Variations
Color information
#F2364B (or 0xF2364B) is known color: Amaranth. HEX triplet: F2, 36 and 4B. RGB value is (242,54,75). Sum of RGB (Red+Green+Blue) = 242+54+75=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2364B is #0DC9B4. Grayscale: #707070. Windows color (decimal): -903605 or 4929266. OLE color: 4929266.
HSL color Cylindrical-coordinate representation of color #F2364B: hue angle of 353.3º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2364B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 75 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.05 |
| HSL | 353.3º | 0.88% | 0.58% | - |
| HSV(B) | 353.3º | 0.78% | 0.95% | - |
| XYZ | 39.21 | 22.02 | 8.84 | - |
| YUV | 112.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 75 | 0 | 0.78 | 0.69 | 0.05 | 353.3 | 0.88 | 0.58 |
| Hex | F2 | 36 | 4B | 0 | 4E | 45 | 5 | 161 | 58 | 3A |
| Octal | 362 | 66 | 113 | 0 | 116 | 105 | 5 | 541 | 130 | 72 |
| Binary | 11110010 | 110110 | 1001011 | 0 | 1001110 | 1000101 | 101 | 101100001 | 1011000 | 111010 |
Color Harmonies of #F2364B
Complementary color
Monochromatic Colors of #F2364B
Black with #F2364B
Text Example
Text Example
White with #F2364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2364B; }
p { color: rgb(242,54,75); }
H1.HeaderClassName
{
color: #F2364B;
}
.AnyTagClassName
{
color: #F2364B;
}
</style>
background-color css
<style>
a { background-color: #F2364B; }
a { background-color: rgb(242,54,75); }
div.DivClassName
{
background-color: #F2364B;
}
.BgClassName
{
background-color: #F2364B;
}
</style>
border-color css
<style>
span { border-color: #F2364B; }
span { border-color: rgb(242,54,75); }
td.TdClassName
{
border-color: #F2364B;
}
.TagClassName
{
border-color: #F2364B;
}
</style>