Shades of Radical Red #F6345C
Tints of Radical Red #F6345C
RGB
CMYK
RGB Variations
Color information
#F6345C (or 0xF6345C) is known color: Radical Red. HEX triplet: F6, 34 and 5C. RGB value is (246,52,92). Sum of RGB (Red+Green+Blue) = 246+52+92=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6345C is #09CBA3. Grayscale: #727272. Windows color (decimal): -641956 or 6042870. OLE color: 6042870.
HSL color Cylindrical-coordinate representation of color #F6345C: hue angle of 347.63º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6345C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 92 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.04 |
| HSL | 347.63º | 0.92% | 0.58% | - |
| HSV(B) | 347.63º | 0.79% | 0.96% | - |
| XYZ | 41.17 | 22.82 | 12.36 | - |
| YUV | 114.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 92 | 0 | 0.79 | 0.63 | 0.04 | 347.63 | 0.92 | 0.58 |
| Hex | F6 | 34 | 5C | 0 | 4F | 3F | 4 | 15C | 5C | 3A |
| Octal | 366 | 64 | 134 | 0 | 117 | 77 | 4 | 534 | 134 | 72 |
| Binary | 11110110 | 110100 | 1011100 | 0 | 1001111 | 111111 | 100 | 101011100 | 1011100 | 111010 |
Color Harmonies of #F6345C
Complementary color
Monochromatic Colors of #F6345C
Black with #F6345C
Text Example
Text Example
White with #F6345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6345C; }
p { color: rgb(246,52,92); }
H1.HeaderClassName
{
color: #F6345C;
}
.AnyTagClassName
{
color: #F6345C;
}
</style>
background-color css
<style>
a { background-color: #F6345C; }
a { background-color: rgb(246,52,92); }
div.DivClassName
{
background-color: #F6345C;
}
.BgClassName
{
background-color: #F6345C;
}
</style>
border-color css
<style>
span { border-color: #F6345C; }
span { border-color: rgb(246,52,92); }
td.TdClassName
{
border-color: #F6345C;
}
.TagClassName
{
border-color: #F6345C;
}
</style>