Shades of Radical Red #F8394F
Tints of Radical Red #F8394F
RGB
CMYK
RGB Variations
Color information
#F8394F (or 0xF8394F) is known color: Radical Red. HEX triplet: F8, 39 and 4F. RGB value is (248,57,79). Sum of RGB (Red+Green+Blue) = 248+57+79=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8394F is #07C6B0. Grayscale: #747474. Windows color (decimal): -509617 or 5192184. OLE color: 5192184.
HSL color Cylindrical-coordinate representation of color #F8394F: hue angle of 353.09º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8394F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 79 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.03 |
| HSL | 353.09º | 0.93% | 0.6% | - |
| HSV(B) | 353.09º | 0.77% | 0.97% | - |
| XYZ | 41.59 | 23.45 | 9.73 | - |
| YUV | 116.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 79 | 0 | 0.77 | 0.68 | 0.03 | 353.09 | 0.93 | 0.6 |
| Hex | F8 | 39 | 4F | 0 | 4D | 44 | 3 | 161 | 5D | 3C |
| Octal | 370 | 71 | 117 | 0 | 115 | 104 | 3 | 541 | 135 | 74 |
| Binary | 11111000 | 111001 | 1001111 | 0 | 1001101 | 1000100 | 11 | 101100001 | 1011101 | 111100 |
Color Harmonies of #F8394F
Complementary color
Monochromatic Colors of #F8394F
Black with #F8394F
Text Example
Text Example
White with #F8394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8394F; }
p { color: rgb(248,57,79); }
H1.HeaderClassName
{
color: #F8394F;
}
.AnyTagClassName
{
color: #F8394F;
}
</style>
background-color css
<style>
a { background-color: #F8394F; }
a { background-color: rgb(248,57,79); }
div.DivClassName
{
background-color: #F8394F;
}
.BgClassName
{
background-color: #F8394F;
}
</style>
border-color css
<style>
span { border-color: #F8394F; }
span { border-color: rgb(248,57,79); }
td.TdClassName
{
border-color: #F8394F;
}
.TagClassName
{
border-color: #F8394F;
}
</style>