Shades of Radical Red #F6465D
Tints of Radical Red #F6465D
RGB
CMYK
RGB Variations
Color information
#F6465D (or 0xF6465D) is known color: Radical Red. HEX triplet: F6, 46 and 5D. RGB value is (246,70,93). Sum of RGB (Red+Green+Blue) = 246+70+93=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6465D is #09B9A2. Grayscale: #7D7D7D. Windows color (decimal): -637347 or 6113014. OLE color: 6113014.
HSL color Cylindrical-coordinate representation of color #F6465D: hue angle of 352.16º 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 #F6465D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 93 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.04 |
| HSL | 352.16º | 0.91% | 0.62% | - |
| HSV(B) | 352.16º | 0.72% | 0.96% | - |
| XYZ | 42.17 | 24.76 | 12.91 | - |
| YUV | 125.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 93 | 0 | 0.72 | 0.62 | 0.04 | 352.16 | 0.91 | 0.62 |
| Hex | F6 | 46 | 5D | 0 | 48 | 3E | 4 | 160 | 5B | 3E |
| Octal | 366 | 106 | 135 | 0 | 110 | 76 | 4 | 540 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1011101 | 0 | 1001000 | 111110 | 100 | 101100000 | 1011011 | 111110 |
Color Harmonies of #F6465D
Complementary color
Monochromatic Colors of #F6465D
Black with #F6465D
Text Example
Text Example
White with #F6465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6465D; }
p { color: rgb(246,70,93); }
H1.HeaderClassName
{
color: #F6465D;
}
.AnyTagClassName
{
color: #F6465D;
}
</style>
background-color css
<style>
a { background-color: #F6465D; }
a { background-color: rgb(246,70,93); }
div.DivClassName
{
background-color: #F6465D;
}
.BgClassName
{
background-color: #F6465D;
}
</style>
border-color css
<style>
span { border-color: #F6465D; }
span { border-color: rgb(246,70,93); }
td.TdClassName
{
border-color: #F6465D;
}
.TagClassName
{
border-color: #F6465D;
}
</style>