Shades of Radical Red #F6465C
Tints of Radical Red #F6465C
RGB
CMYK
RGB Variations
Color information
#F6465C (or 0xF6465C) is known color: Radical Red. HEX triplet: F6, 46 and 5C. RGB value is (246,70,92). Sum of RGB (Red+Green+Blue) = 246+70+92=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6465C is #09B9A3. Grayscale: #7D7D7D. Windows color (decimal): -637348 or 6047478. OLE color: 6047478.
HSL color Cylindrical-coordinate representation of color #F6465C: hue angle of 352.5º 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 #F6465C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 92 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.04 |
| HSL | 352.5º | 0.91% | 0.62% | - |
| HSV(B) | 352.5º | 0.72% | 0.96% | - |
| XYZ | 42.13 | 24.75 | 12.68 | - |
| YUV | 125.13 | 109.31 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 92 | 0 | 0.72 | 0.63 | 0.04 | 352.5 | 0.91 | 0.62 |
| Hex | F6 | 46 | 5C | 0 | 48 | 3F | 4 | 160 | 5B | 3E |
| Octal | 366 | 106 | 134 | 0 | 110 | 77 | 4 | 540 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1011100 | 0 | 1001000 | 111111 | 100 | 101100000 | 1011011 | 111110 |
Color Harmonies of #F6465C
Complementary color
Monochromatic Colors of #F6465C
Black with #F6465C
Text Example
Text Example
White with #F6465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6465C; }
p { color: rgb(246,70,92); }
H1.HeaderClassName
{
color: #F6465C;
}
.AnyTagClassName
{
color: #F6465C;
}
</style>
background-color css
<style>
a { background-color: #F6465C; }
a { background-color: rgb(246,70,92); }
div.DivClassName
{
background-color: #F6465C;
}
.BgClassName
{
background-color: #F6465C;
}
</style>
border-color css
<style>
span { border-color: #F6465C; }
span { border-color: rgb(246,70,92); }
td.TdClassName
{
border-color: #F6465C;
}
.TagClassName
{
border-color: #F6465C;
}
</style>