Shades of Radical Red #F84154
Tints of Radical Red #F84154
RGB
CMYK
RGB Variations
Color information
#F84154 (or 0xF84154) is known color: Radical Red. HEX triplet: F8, 41 and 54. RGB value is (248,65,84). Sum of RGB (Red+Green+Blue) = 248+65+84=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F84154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84154 is #07BEAB. Grayscale: #797979. Windows color (decimal): -507564 or 5521912. OLE color: 5521912.
HSL color Cylindrical-coordinate representation of color #F84154: hue angle of 353.77º 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 #F84154 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 84 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.03 |
| HSL | 353.77º | 0.93% | 0.61% | - |
| HSV(B) | 353.77º | 0.74% | 0.97% | - |
| XYZ | 42.2 | 24.38 | 10.87 | - |
| YUV | 121.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 84 | 0 | 0.74 | 0.66 | 0.03 | 353.77 | 0.93 | 0.61 |
| Hex | F8 | 41 | 54 | 0 | 4A | 42 | 3 | 162 | 5D | 3D |
| Octal | 370 | 101 | 124 | 0 | 112 | 102 | 3 | 542 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1010100 | 0 | 1001010 | 1000010 | 11 | 101100010 | 1011101 | 111101 |
Color Harmonies of #F84154
Complementary color
Monochromatic Colors of #F84154
Black with #F84154
Text Example
Text Example
White with #F84154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84154; }
p { color: rgb(248,65,84); }
H1.HeaderClassName
{
color: #F84154;
}
.AnyTagClassName
{
color: #F84154;
}
</style>
background-color css
<style>
a { background-color: #F84154; }
a { background-color: rgb(248,65,84); }
div.DivClassName
{
background-color: #F84154;
}
.BgClassName
{
background-color: #F84154;
}
</style>
border-color css
<style>
span { border-color: #F84154; }
span { border-color: rgb(248,65,84); }
td.TdClassName
{
border-color: #F84154;
}
.TagClassName
{
border-color: #F84154;
}
</style>