Shades of Amaranth #F8304B
Tints of Amaranth #F8304B
RGB
CMYK
RGB Variations
Color information
#F8304B (or 0xF8304B) is known color: Amaranth. HEX triplet: F8, 30 and 4B. RGB value is (248,48,75). Sum of RGB (Red+Green+Blue) = 248+48+75=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8304B is #07CFB4. Grayscale: #6E6E6E. Windows color (decimal): -511925 or 4927736. OLE color: 4927736.
HSL color Cylindrical-coordinate representation of color #F8304B: hue angle of 351.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8304B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 75 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.03 |
| HSL | 351.9º | 0.93% | 0.58% | - |
| HSV(B) | 351.9º | 0.81% | 0.97% | - |
| XYZ | 41.04 | 22.58 | 8.85 | - |
| YUV | 110.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 75 | 0 | 0.81 | 0.70 | 0.03 | 351.9 | 0.93 | 0.58 |
| Hex | F8 | 30 | 4B | 0 | 51 | 46 | 3 | 160 | 5D | 3A |
| Octal | 370 | 60 | 113 | 0 | 121 | 106 | 3 | 540 | 135 | 72 |
| Binary | 11111000 | 110000 | 1001011 | 0 | 1010001 | 1000110 | 11 | 101100000 | 1011101 | 111010 |
Color Harmonies of #F8304B
Complementary color
Monochromatic Colors of #F8304B
Black with #F8304B
Text Example
Text Example
White with #F8304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8304B; }
p { color: rgb(248,48,75); }
H1.HeaderClassName
{
color: #F8304B;
}
.AnyTagClassName
{
color: #F8304B;
}
</style>
background-color css
<style>
a { background-color: #F8304B; }
a { background-color: rgb(248,48,75); }
div.DivClassName
{
background-color: #F8304B;
}
.BgClassName
{
background-color: #F8304B;
}
</style>
border-color css
<style>
span { border-color: #F8304B; }
span { border-color: rgb(248,48,75); }
td.TdClassName
{
border-color: #F8304B;
}
.TagClassName
{
border-color: #F8304B;
}
</style>