Shades of Radical Red #F83868
Tints of Radical Red #F83868
RGB
CMYK
RGB Variations
Color information
#F83868 (or 0xF83868) is known color: Radical Red. HEX triplet: F8, 38 and 68. RGB value is (248,56,104). Sum of RGB (Red+Green+Blue) = 248+56+104=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F83868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83868 is #07C797. Grayscale: #767676. Windows color (decimal): -509848 or 6830328. OLE color: 6830328.
HSL color Cylindrical-coordinate representation of color #F83868: hue angle of 345º 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 #F83868 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 104 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.03 |
| HSL | 345º | 0.93% | 0.6% | - |
| HSV(B) | 345º | 0.77% | 0.97% | - |
| XYZ | 42.62 | 23.78 | 15.44 | - |
| YUV | 118.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 104 | 0 | 0.77 | 0.58 | 0.03 | 345 | 0.93 | 0.6 |
| Hex | F8 | 38 | 68 | 0 | 4D | 3A | 3 | 159 | 5D | 3C |
| Octal | 370 | 70 | 150 | 0 | 115 | 72 | 3 | 531 | 135 | 74 |
| Binary | 11111000 | 111000 | 1101000 | 0 | 1001101 | 111010 | 11 | 101011001 | 1011101 | 111100 |
Color Harmonies of #F83868
Complementary color
Monochromatic Colors of #F83868
Black with #F83868
Text Example
Text Example
White with #F83868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83868; }
p { color: rgb(248,56,104); }
H1.HeaderClassName
{
color: #F83868;
}
.AnyTagClassName
{
color: #F83868;
}
</style>
background-color css
<style>
a { background-color: #F83868; }
a { background-color: rgb(248,56,104); }
div.DivClassName
{
background-color: #F83868;
}
.BgClassName
{
background-color: #F83868;
}
</style>
border-color css
<style>
span { border-color: #F83868; }
span { border-color: rgb(248,56,104); }
td.TdClassName
{
border-color: #F83868;
}
.TagClassName
{
border-color: #F83868;
}
</style>