Shades of Radical Red #F84153
Tints of Radical Red #F84153
RGB
CMYK
RGB Variations
Color information
#F84153 (or 0xF84153) is known color: Radical Red. HEX triplet: F8, 41 and 53. RGB value is (248,65,83). Sum of RGB (Red+Green+Blue) = 248+65+83=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F84153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84153 is #07BEAC. Grayscale: #797979. Windows color (decimal): -507565 or 5456376. OLE color: 5456376.
HSL color Cylindrical-coordinate representation of color #F84153: hue angle of 354.1º 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 #F84153 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.03 |
| HSL | 354.1º | 0.93% | 0.61% | - |
| HSV(B) | 354.1º | 0.74% | 0.97% | - |
| XYZ | 42.16 | 24.36 | 10.66 | - |
| YUV | 121.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 83 | 0 | 0.74 | 0.67 | 0.03 | 354.1 | 0.93 | 0.61 |
| Hex | F8 | 41 | 53 | 0 | 4A | 43 | 3 | 162 | 5D | 3D |
| Octal | 370 | 101 | 123 | 0 | 112 | 103 | 3 | 542 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1010011 | 0 | 1001010 | 1000011 | 11 | 101100010 | 1011101 | 111101 |
Color Harmonies of #F84153
Complementary color
Monochromatic Colors of #F84153
Black with #F84153
Text Example
Text Example
White with #F84153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84153; }
p { color: rgb(248,65,83); }
H1.HeaderClassName
{
color: #F84153;
}
.AnyTagClassName
{
color: #F84153;
}
</style>
background-color css
<style>
a { background-color: #F84153; }
a { background-color: rgb(248,65,83); }
div.DivClassName
{
background-color: #F84153;
}
.BgClassName
{
background-color: #F84153;
}
</style>
border-color css
<style>
span { border-color: #F84153; }
span { border-color: rgb(248,65,83); }
td.TdClassName
{
border-color: #F84153;
}
.TagClassName
{
border-color: #F84153;
}
</style>