Shades of Radical Red #F8355C
Tints of Radical Red #F8355C
RGB
CMYK
RGB Variations
Color information
#F8355C (or 0xF8355C) is known color: Radical Red. HEX triplet: F8, 35 and 5C. RGB value is (248,53,92). Sum of RGB (Red+Green+Blue) = 248+53+92=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8355C is #07CAA3. Grayscale: #737373. Windows color (decimal): -510628 or 6043128. OLE color: 6043128.
HSL color Cylindrical-coordinate representation of color #F8355C: hue angle of 348º 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 #F8355C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.03 |
| HSL | 348º | 0.93% | 0.59% | - |
| HSV(B) | 348º | 0.79% | 0.97% | - |
| XYZ | 41.92 | 23.28 | 12.41 | - |
| YUV | 115.75 | 114.6 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 92 | 0 | 0.79 | 0.63 | 0.03 | 348 | 0.93 | 0.59 |
| Hex | F8 | 35 | 5C | 0 | 4F | 3F | 3 | 15C | 5D | 3B |
| Octal | 370 | 65 | 134 | 0 | 117 | 77 | 3 | 534 | 135 | 73 |
| Binary | 11111000 | 110101 | 1011100 | 0 | 1001111 | 111111 | 11 | 101011100 | 1011101 | 111011 |
Color Harmonies of #F8355C
Complementary color
Monochromatic Colors of #F8355C
Black with #F8355C
Text Example
Text Example
White with #F8355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8355C; }
p { color: rgb(248,53,92); }
H1.HeaderClassName
{
color: #F8355C;
}
.AnyTagClassName
{
color: #F8355C;
}
</style>
background-color css
<style>
a { background-color: #F8355C; }
a { background-color: rgb(248,53,92); }
div.DivClassName
{
background-color: #F8355C;
}
.BgClassName
{
background-color: #F8355C;
}
</style>
border-color css
<style>
span { border-color: #F8355C; }
span { border-color: rgb(248,53,92); }
td.TdClassName
{
border-color: #F8355C;
}
.TagClassName
{
border-color: #F8355C;
}
</style>