Shades of Radical Red #F82D58
Tints of Radical Red #F82D58
RGB
CMYK
RGB Variations
Color information
#F82D58 (or 0xF82D58) is known color: Radical Red. HEX triplet: F8, 2D and 58. RGB value is (248,45,88). Sum of RGB (Red+Green+Blue) = 248+45+88=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D58 is #07D2A7. Grayscale: #6E6E6E. Windows color (decimal): -512680 or 5778936. OLE color: 5778936.
HSL color Cylindrical-coordinate representation of color #F82D58: hue angle of 347.29º 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 #F82D58 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 88 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.03 |
| HSL | 347.29º | 0.94% | 0.57% | - |
| HSV(B) | 347.29º | 0.82% | 0.97% | - |
| XYZ | 41.41 | 22.54 | 11.4 | - |
| YUV | 110.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 88 | 0 | 0.82 | 0.65 | 0.03 | 347.29 | 0.94 | 0.57 |
| Hex | F8 | 2D | 58 | 0 | 52 | 41 | 3 | 15B | 5E | 39 |
| Octal | 370 | 55 | 130 | 0 | 122 | 101 | 3 | 533 | 136 | 71 |
| Binary | 11111000 | 101101 | 1011000 | 0 | 1010010 | 1000001 | 11 | 101011011 | 1011110 | 111001 |
Color Harmonies of #F82D58
Complementary color
Monochromatic Colors of #F82D58
Black with #F82D58
Text Example
Text Example
White with #F82D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D58; }
p { color: rgb(248,45,88); }
H1.HeaderClassName
{
color: #F82D58;
}
.AnyTagClassName
{
color: #F82D58;
}
</style>
background-color css
<style>
a { background-color: #F82D58; }
a { background-color: rgb(248,45,88); }
div.DivClassName
{
background-color: #F82D58;
}
.BgClassName
{
background-color: #F82D58;
}
</style>
border-color css
<style>
span { border-color: #F82D58; }
span { border-color: rgb(248,45,88); }
td.TdClassName
{
border-color: #F82D58;
}
.TagClassName
{
border-color: #F82D58;
}
</style>