Shades of Radical Red #F82E5C
Tints of Radical Red #F82E5C
RGB
CMYK
RGB Variations
Color information
#F82E5C (or 0xF82E5C) is known color: Radical Red. HEX triplet: F8, 2E and 5C. RGB value is (248,46,92). Sum of RGB (Red+Green+Blue) = 248+46+92=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82E5C is #07D1A3. Grayscale: #6F6F6F. Windows color (decimal): -512420 or 6041336. OLE color: 6041336.
HSL color Cylindrical-coordinate representation of color #F82E5C: hue angle of 346.34º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82E5C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 92 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.03 |
| HSL | 346.34º | 0.94% | 0.58% | - |
| HSV(B) | 346.34º | 0.81% | 0.97% | - |
| XYZ | 41.62 | 22.68 | 12.31 | - |
| YUV | 111.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 92 | 0 | 0.81 | 0.63 | 0.03 | 346.34 | 0.94 | 0.58 |
| Hex | F8 | 2E | 5C | 0 | 51 | 3F | 3 | 15A | 5E | 3A |
| Octal | 370 | 56 | 134 | 0 | 121 | 77 | 3 | 532 | 136 | 72 |
| Binary | 11111000 | 101110 | 1011100 | 0 | 1010001 | 111111 | 11 | 101011010 | 1011110 | 111010 |
Color Harmonies of #F82E5C
Complementary color
Monochromatic Colors of #F82E5C
Black with #F82E5C
Text Example
Text Example
White with #F82E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82E5C; }
p { color: rgb(248,46,92); }
H1.HeaderClassName
{
color: #F82E5C;
}
.AnyTagClassName
{
color: #F82E5C;
}
</style>
background-color css
<style>
a { background-color: #F82E5C; }
a { background-color: rgb(248,46,92); }
div.DivClassName
{
background-color: #F82E5C;
}
.BgClassName
{
background-color: #F82E5C;
}
</style>
border-color css
<style>
span { border-color: #F82E5C; }
span { border-color: rgb(248,46,92); }
td.TdClassName
{
border-color: #F82E5C;
}
.TagClassName
{
border-color: #F82E5C;
}
</style>