Shades of Radical Red #F83262
Tints of Radical Red #F83262
RGB
CMYK
RGB Variations
Color information
#F83262 (or 0xF83262) is known color: Radical Red. HEX triplet: F8, 32 and 62. RGB value is (248,50,98). Sum of RGB (Red+Green+Blue) = 248+50+98=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F83262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83262 is #07CD9D. Grayscale: #727272. Windows color (decimal): -511390 or 6435576. OLE color: 6435576.
HSL color Cylindrical-coordinate representation of color #F83262: hue angle of 345.45º 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 #F83262 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 98 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.03 |
| HSL | 345.45º | 0.93% | 0.58% | - |
| HSV(B) | 345.45º | 0.8% | 0.97% | - |
| XYZ | 42.06 | 23.12 | 13.8 | - |
| YUV | 114.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 98 | 0 | 0.80 | 0.60 | 0.03 | 345.45 | 0.93 | 0.58 |
| Hex | F8 | 32 | 62 | 0 | 50 | 3C | 3 | 159 | 5D | 3A |
| Octal | 370 | 62 | 142 | 0 | 120 | 74 | 3 | 531 | 135 | 72 |
| Binary | 11111000 | 110010 | 1100010 | 0 | 1010000 | 111100 | 11 | 101011001 | 1011101 | 111010 |
Color Harmonies of #F83262
Complementary color
Monochromatic Colors of #F83262
Black with #F83262
Text Example
Text Example
White with #F83262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83262; }
p { color: rgb(248,50,98); }
H1.HeaderClassName
{
color: #F83262;
}
.AnyTagClassName
{
color: #F83262;
}
</style>
background-color css
<style>
a { background-color: #F83262; }
a { background-color: rgb(248,50,98); }
div.DivClassName
{
background-color: #F83262;
}
.BgClassName
{
background-color: #F83262;
}
</style>
border-color css
<style>
span { border-color: #F83262; }
span { border-color: rgb(248,50,98); }
td.TdClassName
{
border-color: #F83262;
}
.TagClassName
{
border-color: #F83262;
}
</style>