Shades of Radical Red #F8356C
Tints of Radical Red #F8356C
RGB
CMYK
RGB Variations
Color information
#F8356C (or 0xF8356C) is known color: Radical Red. HEX triplet: F8, 35 and 6C. RGB value is (248,53,108). Sum of RGB (Red+Green+Blue) = 248+53+108=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8356C is #07CA93. Grayscale: #757575. Windows color (decimal): -510612 or 7091704. OLE color: 7091704.
HSL color Cylindrical-coordinate representation of color #F8356C: hue angle of 343.08º 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 #F8356C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 108 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.03 |
| HSL | 343.08º | 0.93% | 0.59% | - |
| HSV(B) | 343.08º | 0.79% | 0.97% | - |
| XYZ | 42.69 | 23.59 | 16.49 | - |
| YUV | 117.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 108 | 0 | 0.79 | 0.56 | 0.03 | 343.08 | 0.93 | 0.59 |
| Hex | F8 | 35 | 6C | 0 | 4F | 38 | 3 | 157 | 5D | 3B |
| Octal | 370 | 65 | 154 | 0 | 117 | 70 | 3 | 527 | 135 | 73 |
| Binary | 11111000 | 110101 | 1101100 | 0 | 1001111 | 111000 | 11 | 101010111 | 1011101 | 111011 |
Color Harmonies of #F8356C
Complementary color
Monochromatic Colors of #F8356C
Black with #F8356C
Text Example
Text Example
White with #F8356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8356C; }
p { color: rgb(248,53,108); }
H1.HeaderClassName
{
color: #F8356C;
}
.AnyTagClassName
{
color: #F8356C;
}
</style>
background-color css
<style>
a { background-color: #F8356C; }
a { background-color: rgb(248,53,108); }
div.DivClassName
{
background-color: #F8356C;
}
.BgClassName
{
background-color: #F8356C;
}
</style>
border-color css
<style>
span { border-color: #F8356C; }
span { border-color: rgb(248,53,108); }
td.TdClassName
{
border-color: #F8356C;
}
.TagClassName
{
border-color: #F8356C;
}
</style>