Shades of Radical Red #F82D70
Tints of Radical Red #F82D70
RGB
CMYK
RGB Variations
Color information
#F82D70 (or 0xF82D70) is known color: Radical Red. HEX triplet: F8, 2D and 70. RGB value is (248,45,112). Sum of RGB (Red+Green+Blue) = 248+45+112=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D70 is #07D28F. Grayscale: #717171. Windows color (decimal): -512656 or 7351800. OLE color: 7351800.
HSL color Cylindrical-coordinate representation of color #F82D70: hue angle of 340.2º 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 #F82D70 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 112 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.03 |
| HSL | 340.2º | 0.94% | 0.57% | - |
| HSV(B) | 340.2º | 0.82% | 0.97% | - |
| XYZ | 42.57 | 23 | 17.53 | - |
| YUV | 113.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 112 | 0 | 0.82 | 0.55 | 0.03 | 340.2 | 0.94 | 0.57 |
| Hex | F8 | 2D | 70 | 0 | 52 | 37 | 3 | 154 | 5E | 39 |
| Octal | 370 | 55 | 160 | 0 | 122 | 67 | 3 | 524 | 136 | 71 |
| Binary | 11111000 | 101101 | 1110000 | 0 | 1010010 | 110111 | 11 | 101010100 | 1011110 | 111001 |
Color Harmonies of #F82D70
Complementary color
Monochromatic Colors of #F82D70
Black with #F82D70
Text Example
Text Example
White with #F82D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D70; }
p { color: rgb(248,45,112); }
H1.HeaderClassName
{
color: #F82D70;
}
.AnyTagClassName
{
color: #F82D70;
}
</style>
background-color css
<style>
a { background-color: #F82D70; }
a { background-color: rgb(248,45,112); }
div.DivClassName
{
background-color: #F82D70;
}
.BgClassName
{
background-color: #F82D70;
}
</style>
border-color css
<style>
span { border-color: #F82D70; }
span { border-color: rgb(248,45,112); }
td.TdClassName
{
border-color: #F82D70;
}
.TagClassName
{
border-color: #F82D70;
}
</style>