Shades of Radical Red #F84755
Tints of Radical Red #F84755
RGB
CMYK
RGB Variations
Color information
#F84755 (or 0xF84755) is known color: Radical Red. HEX triplet: F8, 47 and 55. RGB value is (248,71,85). Sum of RGB (Red+Green+Blue) = 248+71+85=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F84755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84755 is #07B8AA. Grayscale: #7D7D7D. Windows color (decimal): -506027 or 5588984. OLE color: 5588984.
HSL color Cylindrical-coordinate representation of color #F84755: hue angle of 355.25º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84755 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 85 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.03 |
| HSL | 355.25º | 0.93% | 0.63% | - |
| HSV(B) | 355.25º | 0.71% | 0.97% | - |
| XYZ | 42.6 | 25.12 | 11.2 | - |
| YUV | 125.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 85 | 0 | 0.71 | 0.66 | 0.03 | 355.25 | 0.93 | 0.63 |
| Hex | F8 | 47 | 55 | 0 | 47 | 42 | 3 | 163 | 5D | 3F |
| Octal | 370 | 107 | 125 | 0 | 107 | 102 | 3 | 543 | 135 | 77 |
| Binary | 11111000 | 1000111 | 1010101 | 0 | 1000111 | 1000010 | 11 | 101100011 | 1011101 | 111111 |
Color Harmonies of #F84755
Complementary color
Monochromatic Colors of #F84755
Black with #F84755
Text Example
Text Example
White with #F84755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84755; }
p { color: rgb(248,71,85); }
H1.HeaderClassName
{
color: #F84755;
}
.AnyTagClassName
{
color: #F84755;
}
</style>
background-color css
<style>
a { background-color: #F84755; }
a { background-color: rgb(248,71,85); }
div.DivClassName
{
background-color: #F84755;
}
.BgClassName
{
background-color: #F84755;
}
</style>
border-color css
<style>
span { border-color: #F84755; }
span { border-color: rgb(248,71,85); }
td.TdClassName
{
border-color: #F84755;
}
.TagClassName
{
border-color: #F84755;
}
</style>