Shades of Radical Red #F82D68
Tints of Radical Red #F82D68
RGB
CMYK
RGB Variations
Color information
#F82D68 (or 0xF82D68) is known color: Radical Red. HEX triplet: F8, 2D and 68. RGB value is (248,45,104). Sum of RGB (Red+Green+Blue) = 248+45+104=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D68 is #07D297. Grayscale: #707070. Windows color (decimal): -512664 or 6827512. OLE color: 6827512.
HSL color Cylindrical-coordinate representation of color #F82D68: hue angle of 342.56º 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 #F82D68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 104 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.03 |
| HSL | 342.56º | 0.94% | 0.57% | - |
| HSV(B) | 342.56º | 0.82% | 0.97% | - |
| XYZ | 42.15 | 22.83 | 15.28 | - |
| YUV | 112.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 104 | 0 | 0.82 | 0.58 | 0.03 | 342.56 | 0.94 | 0.57 |
| Hex | F8 | 2D | 68 | 0 | 52 | 3A | 3 | 157 | 5E | 39 |
| Octal | 370 | 55 | 150 | 0 | 122 | 72 | 3 | 527 | 136 | 71 |
| Binary | 11111000 | 101101 | 1101000 | 0 | 1010010 | 111010 | 11 | 101010111 | 1011110 | 111001 |
Color Harmonies of #F82D68
Complementary color
Monochromatic Colors of #F82D68
Black with #F82D68
Text Example
Text Example
White with #F82D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D68; }
p { color: rgb(248,45,104); }
H1.HeaderClassName
{
color: #F82D68;
}
.AnyTagClassName
{
color: #F82D68;
}
</style>
background-color css
<style>
a { background-color: #F82D68; }
a { background-color: rgb(248,45,104); }
div.DivClassName
{
background-color: #F82D68;
}
.BgClassName
{
background-color: #F82D68;
}
</style>
border-color css
<style>
span { border-color: #F82D68; }
span { border-color: rgb(248,45,104); }
td.TdClassName
{
border-color: #F82D68;
}
.TagClassName
{
border-color: #F82D68;
}
</style>