Shades of Radical Red #F84451
Tints of Radical Red #F84451
RGB
CMYK
RGB Variations
Color information
#F84451 (or 0xF84451) is known color: Radical Red. HEX triplet: F8, 44 and 51. RGB value is (248,68,81). Sum of RGB (Red+Green+Blue) = 248+68+81=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F84451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84451 is #07BBAE. Grayscale: #7B7B7B. Windows color (decimal): -506799 or 5326072. OLE color: 5326072.
HSL color Cylindrical-coordinate representation of color #F84451: hue angle of 355.67º 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 #F84451 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 81 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.03 |
| HSL | 355.67º | 0.93% | 0.62% | - |
| HSV(B) | 355.67º | 0.73% | 0.97% | - |
| XYZ | 42.26 | 24.68 | 10.32 | - |
| YUV | 123.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 81 | 0 | 0.73 | 0.67 | 0.03 | 355.67 | 0.93 | 0.62 |
| Hex | F8 | 44 | 51 | 0 | 49 | 43 | 3 | 164 | 5D | 3E |
| Octal | 370 | 104 | 121 | 0 | 111 | 103 | 3 | 544 | 135 | 76 |
| Binary | 11111000 | 1000100 | 1010001 | 0 | 1001001 | 1000011 | 11 | 101100100 | 1011101 | 111110 |
Color Harmonies of #F84451
Complementary color
Monochromatic Colors of #F84451
Black with #F84451
Text Example
Text Example
White with #F84451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84451; }
p { color: rgb(248,68,81); }
H1.HeaderClassName
{
color: #F84451;
}
.AnyTagClassName
{
color: #F84451;
}
</style>
background-color css
<style>
a { background-color: #F84451; }
a { background-color: rgb(248,68,81); }
div.DivClassName
{
background-color: #F84451;
}
.BgClassName
{
background-color: #F84451;
}
</style>
border-color css
<style>
span { border-color: #F84451; }
span { border-color: rgb(248,68,81); }
td.TdClassName
{
border-color: #F84451;
}
.TagClassName
{
border-color: #F84451;
}
</style>