Shades of Radical Red #F83256
Tints of Radical Red #F83256
RGB
CMYK
RGB Variations
Color information
#F83256 (or 0xF83256) is known color: Radical Red. HEX triplet: F8, 32 and 56. RGB value is (248,50,86). Sum of RGB (Red+Green+Blue) = 248+50+86=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F83256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83256 is #07CDA9. Grayscale: #717171. Windows color (decimal): -511402 or 5649144. OLE color: 5649144.
HSL color Cylindrical-coordinate representation of color #F83256: hue angle of 349.09º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83256 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 86 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.03 |
| HSL | 349.09º | 0.93% | 0.58% | - |
| HSV(B) | 349.09º | 0.8% | 0.97% | - |
| XYZ | 41.53 | 22.91 | 11.04 | - |
| YUV | 113.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 86 | 0 | 0.80 | 0.65 | 0.03 | 349.09 | 0.93 | 0.58 |
| Hex | F8 | 32 | 56 | 0 | 50 | 41 | 3 | 15D | 5D | 3A |
| Octal | 370 | 62 | 126 | 0 | 120 | 101 | 3 | 535 | 135 | 72 |
| Binary | 11111000 | 110010 | 1010110 | 0 | 1010000 | 1000001 | 11 | 101011101 | 1011101 | 111010 |
Color Harmonies of #F83256
Complementary color
Monochromatic Colors of #F83256
Black with #F83256
Text Example
Text Example
White with #F83256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83256; }
p { color: rgb(248,50,86); }
H1.HeaderClassName
{
color: #F83256;
}
.AnyTagClassName
{
color: #F83256;
}
</style>
background-color css
<style>
a { background-color: #F83256; }
a { background-color: rgb(248,50,86); }
div.DivClassName
{
background-color: #F83256;
}
.BgClassName
{
background-color: #F83256;
}
</style>
border-color css
<style>
span { border-color: #F83256; }
span { border-color: rgb(248,50,86); }
td.TdClassName
{
border-color: #F83256;
}
.TagClassName
{
border-color: #F83256;
}
</style>