Shades of Amaranth #F23C4B
Tints of Amaranth #F23C4B
RGB
CMYK
RGB Variations
Color information
#F23C4B (or 0xF23C4B) is known color: Amaranth. HEX triplet: F2, 3C and 4B. RGB value is (242,60,75). Sum of RGB (Red+Green+Blue) = 242+60+75=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C4B is #0DC3B4. Grayscale: #747474. Windows color (decimal): -902069 or 4930802. OLE color: 4930802.
HSL color Cylindrical-coordinate representation of color #F23C4B: hue angle of 355.05º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C4B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 75 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.05 |
| HSL | 355.05º | 0.88% | 0.59% | - |
| HSV(B) | 355.05º | 0.75% | 0.95% | - |
| XYZ | 39.5 | 22.62 | 8.94 | - |
| YUV | 116.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 75 | 0 | 0.75 | 0.69 | 0.05 | 355.05 | 0.88 | 0.59 |
| Hex | F2 | 3C | 4B | 0 | 4B | 45 | 5 | 163 | 58 | 3B |
| Octal | 362 | 74 | 113 | 0 | 113 | 105 | 5 | 543 | 130 | 73 |
| Binary | 11110010 | 111100 | 1001011 | 0 | 1001011 | 1000101 | 101 | 101100011 | 1011000 | 111011 |
Color Harmonies of #F23C4B
Complementary color
Monochromatic Colors of #F23C4B
Black with #F23C4B
Text Example
Text Example
White with #F23C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C4B; }
p { color: rgb(242,60,75); }
H1.HeaderClassName
{
color: #F23C4B;
}
.AnyTagClassName
{
color: #F23C4B;
}
</style>
background-color css
<style>
a { background-color: #F23C4B; }
a { background-color: rgb(242,60,75); }
div.DivClassName
{
background-color: #F23C4B;
}
.BgClassName
{
background-color: #F23C4B;
}
</style>
border-color css
<style>
span { border-color: #F23C4B; }
span { border-color: rgb(242,60,75); }
td.TdClassName
{
border-color: #F23C4B;
}
.TagClassName
{
border-color: #F23C4B;
}
</style>