Shades of Radical Red #F6465B
Tints of Radical Red #F6465B
RGB
CMYK
RGB Variations
Color information
#F6465B (or 0xF6465B) is known color: Radical Red. HEX triplet: F6, 46 and 5B. RGB value is (246,70,91). Sum of RGB (Red+Green+Blue) = 246+70+91=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6465B is #09B9A4. Grayscale: #7D7D7D. Windows color (decimal): -637349 or 5981942. OLE color: 5981942.
HSL color Cylindrical-coordinate representation of color #F6465B: hue angle of 352.84º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6465B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 91 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.04 |
| HSL | 352.84º | 0.91% | 0.62% | - |
| HSV(B) | 352.84º | 0.72% | 0.96% | - |
| XYZ | 42.08 | 24.73 | 12.45 | - |
| YUV | 125.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 91 | 0 | 0.72 | 0.63 | 0.04 | 352.84 | 0.91 | 0.62 |
| Hex | F6 | 46 | 5B | 0 | 48 | 3F | 4 | 161 | 5B | 3E |
| Octal | 366 | 106 | 133 | 0 | 110 | 77 | 4 | 541 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1011011 | 0 | 1001000 | 111111 | 100 | 101100001 | 1011011 | 111110 |
Color Harmonies of #F6465B
Complementary color
Monochromatic Colors of #F6465B
Black with #F6465B
Text Example
Text Example
White with #F6465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6465B; }
p { color: rgb(246,70,91); }
H1.HeaderClassName
{
color: #F6465B;
}
.AnyTagClassName
{
color: #F6465B;
}
</style>
background-color css
<style>
a { background-color: #F6465B; }
a { background-color: rgb(246,70,91); }
div.DivClassName
{
background-color: #F6465B;
}
.BgClassName
{
background-color: #F6465B;
}
</style>
border-color css
<style>
span { border-color: #F6465B; }
span { border-color: rgb(246,70,91); }
td.TdClassName
{
border-color: #F6465B;
}
.TagClassName
{
border-color: #F6465B;
}
</style>