Shades of Radical Red #F65256
Tints of Radical Red #F65256
RGB
CMYK
RGB Variations
Color information
#F65256 (or 0xF65256) is known color: Radical Red. HEX triplet: F6, 52 and 56. RGB value is (246,82,86). Sum of RGB (Red+Green+Blue) = 246+82+86=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F65256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65256 is #09ADA9. Grayscale: #838383. Windows color (decimal): -634282 or 5657334. OLE color: 5657334.
HSL color Cylindrical-coordinate representation of color #F65256: hue angle of 358.54º 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 #F65256 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.04 |
| HSL | 358.54º | 0.9% | 0.64% | - |
| HSV(B) | 358.54º | 0.67% | 0.96% | - |
| XYZ | 42.7 | 26.3 | 11.63 | - |
| YUV | 131.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 86 | 0 | 0.67 | 0.65 | 0.04 | 358.54 | 0.9 | 0.64 |
| Hex | F6 | 52 | 56 | 0 | 43 | 41 | 4 | 167 | 5A | 40 |
| Octal | 366 | 122 | 126 | 0 | 103 | 101 | 4 | 547 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1010110 | 0 | 1000011 | 1000001 | 100 | 101100111 | 1011010 | 1000000 |
Color Harmonies of #F65256
Complementary color
Monochromatic Colors of #F65256
Black with #F65256
Text Example
Text Example
White with #F65256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65256; }
p { color: rgb(246,82,86); }
H1.HeaderClassName
{
color: #F65256;
}
.AnyTagClassName
{
color: #F65256;
}
</style>
background-color css
<style>
a { background-color: #F65256; }
a { background-color: rgb(246,82,86); }
div.DivClassName
{
background-color: #F65256;
}
.BgClassName
{
background-color: #F65256;
}
</style>
border-color css
<style>
span { border-color: #F65256; }
span { border-color: rgb(246,82,86); }
td.TdClassName
{
border-color: #F65256;
}
.TagClassName
{
border-color: #F65256;
}
</style>