Shades of Radical Red #F65156
Tints of Radical Red #F65156
RGB
CMYK
RGB Variations
Color information
#F65156 (or 0xF65156) is known color: Radical Red. HEX triplet: F6, 51 and 56. RGB value is (246,81,86). Sum of RGB (Red+Green+Blue) = 246+81+86=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F65156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65156 is #09AEA9. Grayscale: #838383. Windows color (decimal): -634538 or 5657078. OLE color: 5657078.
HSL color Cylindrical-coordinate representation of color #F65156: hue angle of 358.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65156 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.04 |
| HSL | 358.18º | 0.9% | 0.64% | - |
| HSV(B) | 358.18º | 0.67% | 0.96% | - |
| XYZ | 42.63 | 26.15 | 11.6 | - |
| YUV | 130.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 86 | 0 | 0.67 | 0.65 | 0.04 | 358.18 | 0.9 | 0.64 |
| Hex | F6 | 51 | 56 | 0 | 43 | 41 | 4 | 166 | 5A | 40 |
| Octal | 366 | 121 | 126 | 0 | 103 | 101 | 4 | 546 | 132 | 100 |
| Binary | 11110110 | 1010001 | 1010110 | 0 | 1000011 | 1000001 | 100 | 101100110 | 1011010 | 1000000 |
Color Harmonies of #F65156
Complementary color
Monochromatic Colors of #F65156
Black with #F65156
Text Example
Text Example
White with #F65156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65156; }
p { color: rgb(246,81,86); }
H1.HeaderClassName
{
color: #F65156;
}
.AnyTagClassName
{
color: #F65156;
}
</style>
background-color css
<style>
a { background-color: #F65156; }
a { background-color: rgb(246,81,86); }
div.DivClassName
{
background-color: #F65156;
}
.BgClassName
{
background-color: #F65156;
}
</style>
border-color css
<style>
span { border-color: #F65156; }
span { border-color: rgb(246,81,86); }
td.TdClassName
{
border-color: #F65156;
}
.TagClassName
{
border-color: #F65156;
}
</style>