Shades of Radical Red #F8386F
Tints of Radical Red #F8386F
RGB
CMYK
RGB Variations
Color information
#F8386F (or 0xF8386F) is known color: Radical Red. HEX triplet: F8, 38 and 6F. RGB value is (248,56,111). Sum of RGB (Red+Green+Blue) = 248+56+111=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8386F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8386F is #07C790. Grayscale: #777777. Windows color (decimal): -509841 or 7289080. OLE color: 7289080.
HSL color Cylindrical-coordinate representation of color #F8386F: hue angle of 342.81º 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 #F8386F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 111 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.03 |
| HSL | 342.81º | 0.93% | 0.6% | - |
| HSV(B) | 342.81º | 0.77% | 0.97% | - |
| XYZ | 42.99 | 23.93 | 17.39 | - |
| YUV | 119.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 111 | 0 | 0.77 | 0.55 | 0.03 | 342.81 | 0.93 | 0.6 |
| Hex | F8 | 38 | 6F | 0 | 4D | 37 | 3 | 157 | 5D | 3C |
| Octal | 370 | 70 | 157 | 0 | 115 | 67 | 3 | 527 | 135 | 74 |
| Binary | 11111000 | 111000 | 1101111 | 0 | 1001101 | 110111 | 11 | 101010111 | 1011101 | 111100 |
Color Harmonies of #F8386F
Complementary color
Monochromatic Colors of #F8386F
Black with #F8386F
Text Example
Text Example
White with #F8386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8386F; }
p { color: rgb(248,56,111); }
H1.HeaderClassName
{
color: #F8386F;
}
.AnyTagClassName
{
color: #F8386F;
}
</style>
background-color css
<style>
a { background-color: #F8386F; }
a { background-color: rgb(248,56,111); }
div.DivClassName
{
background-color: #F8386F;
}
.BgClassName
{
background-color: #F8386F;
}
</style>
border-color css
<style>
span { border-color: #F8386F; }
span { border-color: rgb(248,56,111); }
td.TdClassName
{
border-color: #F8386F;
}
.TagClassName
{
border-color: #F8386F;
}
</style>