Shades of Radical Red #F8345B
Tints of Radical Red #F8345B
RGB
CMYK
RGB Variations
Color information
#F8345B (or 0xF8345B) is known color: Radical Red. HEX triplet: F8, 34 and 5B. RGB value is (248,52,91). Sum of RGB (Red+Green+Blue) = 248+52+91=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8345B is #07CBA4. Grayscale: #737373. Windows color (decimal): -510885 or 5977336. OLE color: 5977336.
HSL color Cylindrical-coordinate representation of color #F8345B: hue angle of 348.06º 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 #F8345B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 91 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.03 |
| HSL | 348.06º | 0.93% | 0.59% | - |
| HSV(B) | 348.06º | 0.79% | 0.97% | - |
| XYZ | 41.83 | 23.17 | 12.16 | - |
| YUV | 115.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 91 | 0 | 0.79 | 0.63 | 0.03 | 348.06 | 0.93 | 0.59 |
| Hex | F8 | 34 | 5B | 0 | 4F | 3F | 3 | 15C | 5D | 3B |
| Octal | 370 | 64 | 133 | 0 | 117 | 77 | 3 | 534 | 135 | 73 |
| Binary | 11111000 | 110100 | 1011011 | 0 | 1001111 | 111111 | 11 | 101011100 | 1011101 | 111011 |
Color Harmonies of #F8345B
Complementary color
Monochromatic Colors of #F8345B
Black with #F8345B
Text Example
Text Example
White with #F8345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8345B; }
p { color: rgb(248,52,91); }
H1.HeaderClassName
{
color: #F8345B;
}
.AnyTagClassName
{
color: #F8345B;
}
</style>
background-color css
<style>
a { background-color: #F8345B; }
a { background-color: rgb(248,52,91); }
div.DivClassName
{
background-color: #F8345B;
}
.BgClassName
{
background-color: #F8345B;
}
</style>
border-color css
<style>
span { border-color: #F8345B; }
span { border-color: rgb(248,52,91); }
td.TdClassName
{
border-color: #F8345B;
}
.TagClassName
{
border-color: #F8345B;
}
</style>