Shades of Amaranth #F81E4B
Tints of Amaranth #F81E4B
RGB
CMYK
RGB Variations
Color information
#F81E4B (or 0xF81E4B) is known color: Amaranth. HEX triplet: F8, 1E and 4B. RGB value is (248,30,75). Sum of RGB (Red+Green+Blue) = 248+30+75=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E4B is #07E1B4. Grayscale: #646464. Windows color (decimal): -516533 or 4923128. OLE color: 4923128.
HSL color Cylindrical-coordinate representation of color #F81E4B: hue angle of 347.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81E4B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 75 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.03 |
| HSL | 347.61º | 0.94% | 0.55% | - |
| HSV(B) | 347.61º | 0.88% | 0.97% | - |
| XYZ | 40.45 | 21.39 | 8.65 | - |
| YUV | 100.31 | 113.72 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 75 | 0 | 0.88 | 0.70 | 0.03 | 347.61 | 0.94 | 0.55 |
| Hex | F8 | 1E | 4B | 0 | 58 | 46 | 3 | 15C | 5E | 37 |
| Octal | 370 | 36 | 113 | 0 | 130 | 106 | 3 | 534 | 136 | 67 |
| Binary | 11111000 | 11110 | 1001011 | 0 | 1011000 | 1000110 | 11 | 101011100 | 1011110 | 110111 |
Color Harmonies of #F81E4B
Complementary color
Monochromatic Colors of #F81E4B
Black with #F81E4B
Text Example
Text Example
White with #F81E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E4B; }
p { color: rgb(248,30,75); }
H1.HeaderClassName
{
color: #F81E4B;
}
.AnyTagClassName
{
color: #F81E4B;
}
</style>
background-color css
<style>
a { background-color: #F81E4B; }
a { background-color: rgb(248,30,75); }
div.DivClassName
{
background-color: #F81E4B;
}
.BgClassName
{
background-color: #F81E4B;
}
</style>
border-color css
<style>
span { border-color: #F81E4B; }
span { border-color: rgb(248,30,75); }
td.TdClassName
{
border-color: #F81E4B;
}
.TagClassName
{
border-color: #F81E4B;
}
</style>