Shades of Radical Red #F82559
Tints of Radical Red #F82559
RGB
CMYK
RGB Variations
Color information
#F82559 (or 0xF82559) is known color: Radical Red. HEX triplet: F8, 25 and 59. RGB value is (248,37,89). Sum of RGB (Red+Green+Blue) = 248+37+89=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F82559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82559 is #07DAA6. Grayscale: #6A6A6A. Windows color (decimal): -514727 or 5842424. OLE color: 5842424.
HSL color Cylindrical-coordinate representation of color #F82559: hue angle of 345.21º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82559 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 89 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.03 |
| HSL | 345.21º | 0.94% | 0.56% | - |
| HSV(B) | 345.21º | 0.85% | 0.97% | - |
| XYZ | 41.18 | 22 | 11.53 | - |
| YUV | 106.02 | 118.4 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 89 | 0 | 0.85 | 0.64 | 0.03 | 345.21 | 0.94 | 0.56 |
| Hex | F8 | 25 | 59 | 0 | 55 | 40 | 3 | 159 | 5E | 38 |
| Octal | 370 | 45 | 131 | 0 | 125 | 100 | 3 | 531 | 136 | 70 |
| Binary | 11111000 | 100101 | 1011001 | 0 | 1010101 | 1000000 | 11 | 101011001 | 1011110 | 111000 |
Color Harmonies of #F82559
Complementary color
Monochromatic Colors of #F82559
Black with #F82559
Text Example
Text Example
White with #F82559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82559; }
p { color: rgb(248,37,89); }
H1.HeaderClassName
{
color: #F82559;
}
.AnyTagClassName
{
color: #F82559;
}
</style>
background-color css
<style>
a { background-color: #F82559; }
a { background-color: rgb(248,37,89); }
div.DivClassName
{
background-color: #F82559;
}
.BgClassName
{
background-color: #F82559;
}
</style>
border-color css
<style>
span { border-color: #F82559; }
span { border-color: rgb(248,37,89); }
td.TdClassName
{
border-color: #F82559;
}
.TagClassName
{
border-color: #F82559;
}
</style>