Shades of Radical Red #F84259
Tints of Radical Red #F84259
RGB
CMYK
RGB Variations
Color information
#F84259 (or 0xF84259) is known color: Radical Red. HEX triplet: F8, 42 and 59. RGB value is (248,66,89). Sum of RGB (Red+Green+Blue) = 248+66+89=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F84259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84259 is #07BDA6. Grayscale: #7B7B7B. Windows color (decimal): -507303 or 5849848. OLE color: 5849848.
HSL color Cylindrical-coordinate representation of color #F84259: hue angle of 352.42º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84259 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 89 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.03 |
| HSL | 352.42º | 0.93% | 0.62% | - |
| HSV(B) | 352.42º | 0.73% | 0.97% | - |
| XYZ | 42.46 | 24.57 | 11.96 | - |
| YUV | 123.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 89 | 0 | 0.73 | 0.64 | 0.03 | 352.42 | 0.93 | 0.62 |
| Hex | F8 | 42 | 59 | 0 | 49 | 40 | 3 | 160 | 5D | 3E |
| Octal | 370 | 102 | 131 | 0 | 111 | 100 | 3 | 540 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1011001 | 0 | 1001001 | 1000000 | 11 | 101100000 | 1011101 | 111110 |
Color Harmonies of #F84259
Complementary color
Monochromatic Colors of #F84259
Black with #F84259
Text Example
Text Example
White with #F84259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84259; }
p { color: rgb(248,66,89); }
H1.HeaderClassName
{
color: #F84259;
}
.AnyTagClassName
{
color: #F84259;
}
</style>
background-color css
<style>
a { background-color: #F84259; }
a { background-color: rgb(248,66,89); }
div.DivClassName
{
background-color: #F84259;
}
.BgClassName
{
background-color: #F84259;
}
</style>
border-color css
<style>
span { border-color: #F84259; }
span { border-color: rgb(248,66,89); }
td.TdClassName
{
border-color: #F84259;
}
.TagClassName
{
border-color: #F84259;
}
</style>