Shades of Radical Red #F82D5E
Tints of Radical Red #F82D5E
RGB
CMYK
RGB Variations
Color information
#F82D5E (or 0xF82D5E) is known color: Radical Red. HEX triplet: F8, 2D and 5E. RGB value is (248,45,94). Sum of RGB (Red+Green+Blue) = 248+45+94=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D5E is #07D2A1. Grayscale: #6F6F6F. Windows color (decimal): -512674 or 6172152. OLE color: 6172152.
HSL color Cylindrical-coordinate representation of color #F82D5E: hue angle of 345.52º 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 #F82D5E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 94 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.03 |
| HSL | 345.52º | 0.94% | 0.57% | - |
| HSV(B) | 345.52º | 0.82% | 0.97% | - |
| XYZ | 41.67 | 22.64 | 12.76 | - |
| YUV | 111.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 94 | 0 | 0.82 | 0.62 | 0.03 | 345.52 | 0.94 | 0.57 |
| Hex | F8 | 2D | 5E | 0 | 52 | 3E | 3 | 15A | 5E | 39 |
| Octal | 370 | 55 | 136 | 0 | 122 | 76 | 3 | 532 | 136 | 71 |
| Binary | 11111000 | 101101 | 1011110 | 0 | 1010010 | 111110 | 11 | 101011010 | 1011110 | 111001 |
Color Harmonies of #F82D5E
Complementary color
Monochromatic Colors of #F82D5E
Black with #F82D5E
Text Example
Text Example
White with #F82D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D5E; }
p { color: rgb(248,45,94); }
H1.HeaderClassName
{
color: #F82D5E;
}
.AnyTagClassName
{
color: #F82D5E;
}
</style>
background-color css
<style>
a { background-color: #F82D5E; }
a { background-color: rgb(248,45,94); }
div.DivClassName
{
background-color: #F82D5E;
}
.BgClassName
{
background-color: #F82D5E;
}
</style>
border-color css
<style>
span { border-color: #F82D5E; }
span { border-color: rgb(248,45,94); }
td.TdClassName
{
border-color: #F82D5E;
}
.TagClassName
{
border-color: #F82D5E;
}
</style>