Shades of Radical Red #F82D55
Tints of Radical Red #F82D55
RGB
CMYK
RGB Variations
Color information
#F82D55 (or 0xF82D55) is known color: Radical Red. HEX triplet: F8, 2D and 55. RGB value is (248,45,85). Sum of RGB (Red+Green+Blue) = 248+45+85=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D55 is #07D2AA. Grayscale: #6E6E6E. Windows color (decimal): -512683 or 5582328. OLE color: 5582328.
HSL color Cylindrical-coordinate representation of color #F82D55: hue angle of 348.18º 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 #F82D55 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 85 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.03 |
| HSL | 348.18º | 0.94% | 0.57% | - |
| HSV(B) | 348.18º | 0.82% | 0.97% | - |
| XYZ | 41.29 | 22.49 | 10.76 | - |
| YUV | 110.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 85 | 0 | 0.82 | 0.66 | 0.03 | 348.18 | 0.94 | 0.57 |
| Hex | F8 | 2D | 55 | 0 | 52 | 42 | 3 | 15C | 5E | 39 |
| Octal | 370 | 55 | 125 | 0 | 122 | 102 | 3 | 534 | 136 | 71 |
| Binary | 11111000 | 101101 | 1010101 | 0 | 1010010 | 1000010 | 11 | 101011100 | 1011110 | 111001 |
Color Harmonies of #F82D55
Complementary color
Monochromatic Colors of #F82D55
Black with #F82D55
Text Example
Text Example
White with #F82D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D55; }
p { color: rgb(248,45,85); }
H1.HeaderClassName
{
color: #F82D55;
}
.AnyTagClassName
{
color: #F82D55;
}
</style>
background-color css
<style>
a { background-color: #F82D55; }
a { background-color: rgb(248,45,85); }
div.DivClassName
{
background-color: #F82D55;
}
.BgClassName
{
background-color: #F82D55;
}
</style>
border-color css
<style>
span { border-color: #F82D55; }
span { border-color: rgb(248,45,85); }
td.TdClassName
{
border-color: #F82D55;
}
.TagClassName
{
border-color: #F82D55;
}
</style>