Shades of Radical Red #F8325B
Tints of Radical Red #F8325B
RGB
CMYK
RGB Variations
Color information
#F8325B (or 0xF8325B) is known color: Radical Red. HEX triplet: F8, 32 and 5B. RGB value is (248,50,91). Sum of RGB (Red+Green+Blue) = 248+50+91=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8325B is #07CDA4. Grayscale: #717171. Windows color (decimal): -511397 or 5976824. OLE color: 5976824.
HSL color Cylindrical-coordinate representation of color #F8325B: hue angle of 347.58º 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 #F8325B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 91 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.03 |
| HSL | 347.58º | 0.93% | 0.58% | - |
| HSV(B) | 347.58º | 0.8% | 0.97% | - |
| XYZ | 41.74 | 22.99 | 12.14 | - |
| YUV | 113.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 91 | 0 | 0.80 | 0.63 | 0.03 | 347.58 | 0.93 | 0.58 |
| Hex | F8 | 32 | 5B | 0 | 50 | 3F | 3 | 15C | 5D | 3A |
| Octal | 370 | 62 | 133 | 0 | 120 | 77 | 3 | 534 | 135 | 72 |
| Binary | 11111000 | 110010 | 1011011 | 0 | 1010000 | 111111 | 11 | 101011100 | 1011101 | 111010 |
Color Harmonies of #F8325B
Complementary color
Monochromatic Colors of #F8325B
Black with #F8325B
Text Example
Text Example
White with #F8325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8325B; }
p { color: rgb(248,50,91); }
H1.HeaderClassName
{
color: #F8325B;
}
.AnyTagClassName
{
color: #F8325B;
}
</style>
background-color css
<style>
a { background-color: #F8325B; }
a { background-color: rgb(248,50,91); }
div.DivClassName
{
background-color: #F8325B;
}
.BgClassName
{
background-color: #F8325B;
}
</style>
border-color css
<style>
span { border-color: #F8325B; }
span { border-color: rgb(248,50,91); }
td.TdClassName
{
border-color: #F8325B;
}
.TagClassName
{
border-color: #F8325B;
}
</style>