Shades of Radical Red #F84256
Tints of Radical Red #F84256
RGB
CMYK
RGB Variations
Color information
#F84256 (or 0xF84256) is known color: Radical Red. HEX triplet: F8, 42 and 56. RGB value is (248,66,86). Sum of RGB (Red+Green+Blue) = 248+66+86=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F84256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84256 is #07BDA9. Grayscale: #7A7A7A. Windows color (decimal): -507306 or 5653240. OLE color: 5653240.
HSL color Cylindrical-coordinate representation of color #F84256: hue angle of 353.41º 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 #F84256 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 86 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.03 |
| HSL | 353.41º | 0.93% | 0.62% | - |
| HSV(B) | 353.41º | 0.73% | 0.97% | - |
| XYZ | 42.34 | 24.52 | 11.31 | - |
| YUV | 122.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 86 | 0 | 0.73 | 0.65 | 0.03 | 353.41 | 0.93 | 0.62 |
| Hex | F8 | 42 | 56 | 0 | 49 | 41 | 3 | 161 | 5D | 3E |
| Octal | 370 | 102 | 126 | 0 | 111 | 101 | 3 | 541 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1010110 | 0 | 1001001 | 1000001 | 11 | 101100001 | 1011101 | 111110 |
Color Harmonies of #F84256
Complementary color
Monochromatic Colors of #F84256
Black with #F84256
Text Example
Text Example
White with #F84256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84256; }
p { color: rgb(248,66,86); }
H1.HeaderClassName
{
color: #F84256;
}
.AnyTagClassName
{
color: #F84256;
}
</style>
background-color css
<style>
a { background-color: #F84256; }
a { background-color: rgb(248,66,86); }
div.DivClassName
{
background-color: #F84256;
}
.BgClassName
{
background-color: #F84256;
}
</style>
border-color css
<style>
span { border-color: #F84256; }
span { border-color: rgb(248,66,86); }
td.TdClassName
{
border-color: #F84256;
}
.TagClassName
{
border-color: #F84256;
}
</style>