Shades of Radical Red #F84162
Tints of Radical Red #F84162
RGB
CMYK
RGB Variations
Color information
#F84162 (or 0xF84162) is known color: Radical Red. HEX triplet: F8, 41 and 62. RGB value is (248,65,98). Sum of RGB (Red+Green+Blue) = 248+65+98=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F84162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84162 is #07BE9D. Grayscale: #7B7B7B. Windows color (decimal): -507550 or 6439416. OLE color: 6439416.
HSL color Cylindrical-coordinate representation of color #F84162: hue angle of 349.18º 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 #F84162 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 98 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.03 |
| HSL | 349.18º | 0.93% | 0.61% | - |
| HSV(B) | 349.18º | 0.74% | 0.97% | - |
| XYZ | 42.81 | 24.62 | 14.05 | - |
| YUV | 123.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 98 | 0 | 0.74 | 0.60 | 0.03 | 349.18 | 0.93 | 0.61 |
| Hex | F8 | 41 | 62 | 0 | 4A | 3C | 3 | 15D | 5D | 3D |
| Octal | 370 | 101 | 142 | 0 | 112 | 74 | 3 | 535 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1100010 | 0 | 1001010 | 111100 | 11 | 101011101 | 1011101 | 111101 |
Color Harmonies of #F84162
Complementary color
Monochromatic Colors of #F84162
Black with #F84162
Text Example
Text Example
White with #F84162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84162; }
p { color: rgb(248,65,98); }
H1.HeaderClassName
{
color: #F84162;
}
.AnyTagClassName
{
color: #F84162;
}
</style>
background-color css
<style>
a { background-color: #F84162; }
a { background-color: rgb(248,65,98); }
div.DivClassName
{
background-color: #F84162;
}
.BgClassName
{
background-color: #F84162;
}
</style>
border-color css
<style>
span { border-color: #F84162; }
span { border-color: rgb(248,65,98); }
td.TdClassName
{
border-color: #F84162;
}
.TagClassName
{
border-color: #F84162;
}
</style>