Shades of Radical Red #F8325C
Tints of Radical Red #F8325C
RGB
CMYK
RGB Variations
Color information
#F8325C (or 0xF8325C) is known color: Radical Red. HEX triplet: F8, 32 and 5C. RGB value is (248,50,92). Sum of RGB (Red+Green+Blue) = 248+50+92=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8325C is #07CDA3. Grayscale: #727272. Windows color (decimal): -511396 or 6042360. OLE color: 6042360.
HSL color Cylindrical-coordinate representation of color #F8325C: hue angle of 347.27º 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 #F8325C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.03 |
| HSL | 347.27º | 0.93% | 0.58% | - |
| HSV(B) | 347.27º | 0.8% | 0.97% | - |
| XYZ | 41.78 | 23.01 | 12.36 | - |
| YUV | 113.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 92 | 0 | 0.80 | 0.63 | 0.03 | 347.27 | 0.93 | 0.58 |
| Hex | F8 | 32 | 5C | 0 | 50 | 3F | 3 | 15B | 5D | 3A |
| Octal | 370 | 62 | 134 | 0 | 120 | 77 | 3 | 533 | 135 | 72 |
| Binary | 11111000 | 110010 | 1011100 | 0 | 1010000 | 111111 | 11 | 101011011 | 1011101 | 111010 |
Color Harmonies of #F8325C
Complementary color
Monochromatic Colors of #F8325C
Black with #F8325C
Text Example
Text Example
White with #F8325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8325C; }
p { color: rgb(248,50,92); }
H1.HeaderClassName
{
color: #F8325C;
}
.AnyTagClassName
{
color: #F8325C;
}
</style>
background-color css
<style>
a { background-color: #F8325C; }
a { background-color: rgb(248,50,92); }
div.DivClassName
{
background-color: #F8325C;
}
.BgClassName
{
background-color: #F8325C;
}
</style>
border-color css
<style>
span { border-color: #F8325C; }
span { border-color: rgb(248,50,92); }
td.TdClassName
{
border-color: #F8325C;
}
.TagClassName
{
border-color: #F8325C;
}
</style>