Shades of Radical Red #F84159
Tints of Radical Red #F84159
RGB
CMYK
RGB Variations
Color information
#F84159 (or 0xF84159) is known color: Radical Red. HEX triplet: F8, 41 and 59. RGB value is (248,65,89). Sum of RGB (Red+Green+Blue) = 248+65+89=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F84159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84159 is #07BEA6. Grayscale: #7A7A7A. Windows color (decimal): -507559 or 5849592. OLE color: 5849592.
HSL color Cylindrical-coordinate representation of color #F84159: hue angle of 352.13º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84159 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 89 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.03 |
| HSL | 352.13º | 0.93% | 0.61% | - |
| HSV(B) | 352.13º | 0.74% | 0.97% | - |
| XYZ | 42.4 | 24.46 | 11.94 | - |
| YUV | 122.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 89 | 0 | 0.74 | 0.64 | 0.03 | 352.13 | 0.93 | 0.61 |
| Hex | F8 | 41 | 59 | 0 | 4A | 40 | 3 | 160 | 5D | 3D |
| Octal | 370 | 101 | 131 | 0 | 112 | 100 | 3 | 540 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1011001 | 0 | 1001010 | 1000000 | 11 | 101100000 | 1011101 | 111101 |
Color Harmonies of #F84159
Complementary color
Monochromatic Colors of #F84159
Black with #F84159
Text Example
Text Example
White with #F84159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84159; }
p { color: rgb(248,65,89); }
H1.HeaderClassName
{
color: #F84159;
}
.AnyTagClassName
{
color: #F84159;
}
</style>
background-color css
<style>
a { background-color: #F84159; }
a { background-color: rgb(248,65,89); }
div.DivClassName
{
background-color: #F84159;
}
.BgClassName
{
background-color: #F84159;
}
</style>
border-color css
<style>
span { border-color: #F84159; }
span { border-color: rgb(248,65,89); }
td.TdClassName
{
border-color: #F84159;
}
.TagClassName
{
border-color: #F84159;
}
</style>