Shades of Radical Red #F82C68
Tints of Radical Red #F82C68
RGB
CMYK
RGB Variations
Color information
#F82C68 (or 0xF82C68) is known color: Radical Red. HEX triplet: F8, 2C and 68. RGB value is (248,44,104). Sum of RGB (Red+Green+Blue) = 248+44+104=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C68 is #07D397. Grayscale: #6F6F6F. Windows color (decimal): -512920 or 6827256. OLE color: 6827256.
HSL color Cylindrical-coordinate representation of color #F82C68: hue angle of 342.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82C68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 104 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.03 |
| HSL | 342.35º | 0.94% | 0.57% | - |
| HSV(B) | 342.35º | 0.82% | 0.97% | - |
| XYZ | 42.11 | 22.76 | 15.27 | - |
| YUV | 111.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 104 | 0 | 0.82 | 0.58 | 0.03 | 342.35 | 0.94 | 0.57 |
| Hex | F8 | 2C | 68 | 0 | 52 | 3A | 3 | 156 | 5E | 39 |
| Octal | 370 | 54 | 150 | 0 | 122 | 72 | 3 | 526 | 136 | 71 |
| Binary | 11111000 | 101100 | 1101000 | 0 | 1010010 | 111010 | 11 | 101010110 | 1011110 | 111001 |
Color Harmonies of #F82C68
Complementary color
Monochromatic Colors of #F82C68
Black with #F82C68
Text Example
Text Example
White with #F82C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C68; }
p { color: rgb(248,44,104); }
H1.HeaderClassName
{
color: #F82C68;
}
.AnyTagClassName
{
color: #F82C68;
}
</style>
background-color css
<style>
a { background-color: #F82C68; }
a { background-color: rgb(248,44,104); }
div.DivClassName
{
background-color: #F82C68;
}
.BgClassName
{
background-color: #F82C68;
}
</style>
border-color css
<style>
span { border-color: #F82C68; }
span { border-color: rgb(248,44,104); }
td.TdClassName
{
border-color: #F82C68;
}
.TagClassName
{
border-color: #F82C68;
}
</style>