Shades of Radical Red #F65356
Tints of Radical Red #F65356
RGB
CMYK
RGB Variations
Color information
#F65356 (or 0xF65356) is known color: Radical Red. HEX triplet: F6, 53 and 56. RGB value is (246,83,86). Sum of RGB (Red+Green+Blue) = 246+83+86=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F65356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65356 is #09ACA9. Grayscale: #848484. Windows color (decimal): -634026 or 5657590. OLE color: 5657590.
HSL color Cylindrical-coordinate representation of color #F65356: hue angle of 358.9º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65356 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 86 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.04 |
| HSL | 358.9º | 0.9% | 0.65% | - |
| HSV(B) | 358.9º | 0.66% | 0.96% | - |
| XYZ | 42.78 | 26.45 | 11.65 | - |
| YUV | 132.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 86 | 0 | 0.66 | 0.65 | 0.04 | 358.9 | 0.9 | 0.65 |
| Hex | F6 | 53 | 56 | 0 | 42 | 41 | 4 | 167 | 5A | 41 |
| Octal | 366 | 123 | 126 | 0 | 102 | 101 | 4 | 547 | 132 | 101 |
| Binary | 11110110 | 1010011 | 1010110 | 0 | 1000010 | 1000001 | 100 | 101100111 | 1011010 | 1000001 |
Color Harmonies of #F65356
Complementary color
Monochromatic Colors of #F65356
Black with #F65356
Text Example
Text Example
White with #F65356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65356; }
p { color: rgb(246,83,86); }
H1.HeaderClassName
{
color: #F65356;
}
.AnyTagClassName
{
color: #F65356;
}
</style>
background-color css
<style>
a { background-color: #F65356; }
a { background-color: rgb(246,83,86); }
div.DivClassName
{
background-color: #F65356;
}
.BgClassName
{
background-color: #F65356;
}
</style>
border-color css
<style>
span { border-color: #F65356; }
span { border-color: rgb(246,83,86); }
td.TdClassName
{
border-color: #F65356;
}
.TagClassName
{
border-color: #F65356;
}
</style>