Shades of Radical Red #F6405C
Tints of Radical Red #F6405C
RGB
CMYK
RGB Variations
Color information
#F6405C (or 0xF6405C) is known color: Radical Red. HEX triplet: F6, 40 and 5C. RGB value is (246,64,92). Sum of RGB (Red+Green+Blue) = 246+64+92=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F6405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6405C is #09BFA3. Grayscale: #797979. Windows color (decimal): -638884 or 6045942. OLE color: 6045942.
HSL color Cylindrical-coordinate representation of color #F6405C: hue angle of 350.77º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6405C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.04 |
| HSL | 350.77º | 0.91% | 0.61% | - |
| HSV(B) | 350.77º | 0.74% | 0.96% | - |
| XYZ | 41.77 | 24.03 | 12.56 | - |
| YUV | 121.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 92 | 0 | 0.74 | 0.63 | 0.04 | 350.77 | 0.91 | 0.61 |
| Hex | F6 | 40 | 5C | 0 | 4A | 3F | 4 | 15F | 5B | 3D |
| Octal | 366 | 100 | 134 | 0 | 112 | 77 | 4 | 537 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1011100 | 0 | 1001010 | 111111 | 100 | 101011111 | 1011011 | 111101 |
Color Harmonies of #F6405C
Complementary color
Monochromatic Colors of #F6405C
Black with #F6405C
Text Example
Text Example
White with #F6405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6405C; }
p { color: rgb(246,64,92); }
H1.HeaderClassName
{
color: #F6405C;
}
.AnyTagClassName
{
color: #F6405C;
}
</style>
background-color css
<style>
a { background-color: #F6405C; }
a { background-color: rgb(246,64,92); }
div.DivClassName
{
background-color: #F6405C;
}
.BgClassName
{
background-color: #F6405C;
}
</style>
border-color css
<style>
span { border-color: #F6405C; }
span { border-color: rgb(246,64,92); }
td.TdClassName
{
border-color: #F6405C;
}
.TagClassName
{
border-color: #F6405C;
}
</style>