Shades of Radical Red #F8326D
Tints of Radical Red #F8326D
RGB
CMYK
RGB Variations
Color information
#F8326D (or 0xF8326D) is known color: Radical Red. HEX triplet: F8, 32 and 6D. RGB value is (248,50,109). Sum of RGB (Red+Green+Blue) = 248+50+109=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8326D is #07CD92. Grayscale: #737373. Windows color (decimal): -511379 or 7156472. OLE color: 7156472.
HSL color Cylindrical-coordinate representation of color #F8326D: hue angle of 342.12º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8326D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 109 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.03 |
| HSL | 342.12º | 0.93% | 0.58% | - |
| HSV(B) | 342.12º | 0.8% | 0.97% | - |
| XYZ | 42.61 | 23.34 | 16.73 | - |
| YUV | 115.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 109 | 0 | 0.80 | 0.56 | 0.03 | 342.12 | 0.93 | 0.58 |
| Hex | F8 | 32 | 6D | 0 | 50 | 38 | 3 | 156 | 5D | 3A |
| Octal | 370 | 62 | 155 | 0 | 120 | 70 | 3 | 526 | 135 | 72 |
| Binary | 11111000 | 110010 | 1101101 | 0 | 1010000 | 111000 | 11 | 101010110 | 1011101 | 111010 |
Color Harmonies of #F8326D
Complementary color
Monochromatic Colors of #F8326D
Black with #F8326D
Text Example
Text Example
White with #F8326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8326D; }
p { color: rgb(248,50,109); }
H1.HeaderClassName
{
color: #F8326D;
}
.AnyTagClassName
{
color: #F8326D;
}
</style>
background-color css
<style>
a { background-color: #F8326D; }
a { background-color: rgb(248,50,109); }
div.DivClassName
{
background-color: #F8326D;
}
.BgClassName
{
background-color: #F8326D;
}
</style>
border-color css
<style>
span { border-color: #F8326D; }
span { border-color: rgb(248,50,109); }
td.TdClassName
{
border-color: #F8326D;
}
.TagClassName
{
border-color: #F8326D;
}
</style>