Shades of Radical Red #F8225D
Tints of Radical Red #F8225D
RGB
CMYK
RGB Variations
Color information
#F8225D (or 0xF8225D) is known color: Radical Red. HEX triplet: F8, 22 and 5D. RGB value is (248,34,93). Sum of RGB (Red+Green+Blue) = 248+34+93=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8225D is #07DDA2. Grayscale: #686868. Windows color (decimal): -515491 or 6103800. OLE color: 6103800.
HSL color Cylindrical-coordinate representation of color #F8225D: hue angle of 343.46º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8225D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 93 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.03 |
| HSL | 343.46º | 0.94% | 0.55% | - |
| HSV(B) | 343.46º | 0.86% | 0.97% | - |
| XYZ | 41.26 | 21.89 | 12.41 | - |
| YUV | 104.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 93 | 0 | 0.86 | 0.62 | 0.03 | 343.46 | 0.94 | 0.55 |
| Hex | F8 | 22 | 5D | 0 | 56 | 3E | 3 | 157 | 5E | 37 |
| Octal | 370 | 42 | 135 | 0 | 126 | 76 | 3 | 527 | 136 | 67 |
| Binary | 11111000 | 100010 | 1011101 | 0 | 1010110 | 111110 | 11 | 101010111 | 1011110 | 110111 |
Color Harmonies of #F8225D
Complementary color
Monochromatic Colors of #F8225D
Black with #F8225D
Text Example
Text Example
White with #F8225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8225D; }
p { color: rgb(248,34,93); }
H1.HeaderClassName
{
color: #F8225D;
}
.AnyTagClassName
{
color: #F8225D;
}
</style>
background-color css
<style>
a { background-color: #F8225D; }
a { background-color: rgb(248,34,93); }
div.DivClassName
{
background-color: #F8225D;
}
.BgClassName
{
background-color: #F8225D;
}
</style>
border-color css
<style>
span { border-color: #F8225D; }
span { border-color: rgb(248,34,93); }
td.TdClassName
{
border-color: #F8225D;
}
.TagClassName
{
border-color: #F8225D;
}
</style>