Shades of Radical Red #F8344E
Tints of Radical Red #F8344E
RGB
CMYK
RGB Variations
Color information
#F8344E (or 0xF8344E) is known color: Radical Red. HEX triplet: F8, 34 and 4E. RGB value is (248,52,78). Sum of RGB (Red+Green+Blue) = 248+52+78=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8344E is #07CBB1. Grayscale: #717171. Windows color (decimal): -510898 or 5125368. OLE color: 5125368.
HSL color Cylindrical-coordinate representation of color #F8344E: hue angle of 352.04º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8344E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 78 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.03 |
| HSL | 352.04º | 0.93% | 0.59% | - |
| HSV(B) | 352.04º | 0.79% | 0.97% | - |
| XYZ | 41.31 | 22.96 | 9.46 | - |
| YUV | 113.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 78 | 0 | 0.79 | 0.69 | 0.03 | 352.04 | 0.93 | 0.59 |
| Hex | F8 | 34 | 4E | 0 | 4F | 45 | 3 | 160 | 5D | 3B |
| Octal | 370 | 64 | 116 | 0 | 117 | 105 | 3 | 540 | 135 | 73 |
| Binary | 11111000 | 110100 | 1001110 | 0 | 1001111 | 1000101 | 11 | 101100000 | 1011101 | 111011 |
Color Harmonies of #F8344E
Complementary color
Monochromatic Colors of #F8344E
Black with #F8344E
Text Example
Text Example
White with #F8344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8344E; }
p { color: rgb(248,52,78); }
H1.HeaderClassName
{
color: #F8344E;
}
.AnyTagClassName
{
color: #F8344E;
}
</style>
background-color css
<style>
a { background-color: #F8344E; }
a { background-color: rgb(248,52,78); }
div.DivClassName
{
background-color: #F8344E;
}
.BgClassName
{
background-color: #F8344E;
}
</style>
border-color css
<style>
span { border-color: #F8344E; }
span { border-color: rgb(248,52,78); }
td.TdClassName
{
border-color: #F8344E;
}
.TagClassName
{
border-color: #F8344E;
}
</style>