Shades of Radical Red #F8345D
Tints of Radical Red #F8345D
RGB
CMYK
RGB Variations
Color information
#F8345D (or 0xF8345D) is known color: Radical Red. HEX triplet: F8, 34 and 5D. RGB value is (248,52,93). Sum of RGB (Red+Green+Blue) = 248+52+93=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8345D is #07CBA2. Grayscale: #737373. Windows color (decimal): -510883 or 6108408. OLE color: 6108408.
HSL color Cylindrical-coordinate representation of color #F8345D: hue angle of 347.45º 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 #F8345D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 93 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.03 |
| HSL | 347.45º | 0.93% | 0.59% | - |
| HSV(B) | 347.45º | 0.79% | 0.97% | - |
| XYZ | 41.92 | 23.2 | 12.63 | - |
| YUV | 115.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 93 | 0 | 0.79 | 0.62 | 0.03 | 347.45 | 0.93 | 0.59 |
| Hex | F8 | 34 | 5D | 0 | 4F | 3E | 3 | 15B | 5D | 3B |
| Octal | 370 | 64 | 135 | 0 | 117 | 76 | 3 | 533 | 135 | 73 |
| Binary | 11111000 | 110100 | 1011101 | 0 | 1001111 | 111110 | 11 | 101011011 | 1011101 | 111011 |
Color Harmonies of #F8345D
Complementary color
Monochromatic Colors of #F8345D
Black with #F8345D
Text Example
Text Example
White with #F8345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8345D; }
p { color: rgb(248,52,93); }
H1.HeaderClassName
{
color: #F8345D;
}
.AnyTagClassName
{
color: #F8345D;
}
</style>
background-color css
<style>
a { background-color: #F8345D; }
a { background-color: rgb(248,52,93); }
div.DivClassName
{
background-color: #F8345D;
}
.BgClassName
{
background-color: #F8345D;
}
</style>
border-color css
<style>
span { border-color: #F8345D; }
span { border-color: rgb(248,52,93); }
td.TdClassName
{
border-color: #F8345D;
}
.TagClassName
{
border-color: #F8345D;
}
</style>