Shades of Radical Red #F6494A
Tints of Radical Red #F6494A
RGB
CMYK
RGB Variations
Color information
#F6494A (or 0xF6494A) is known color: Radical Red. HEX triplet: F6, 49 and 4A. RGB value is (246,73,74). Sum of RGB (Red+Green+Blue) = 246+73+74=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6494A is #09B6B5. Grayscale: #7D7D7D. Windows color (decimal): -636598 or 4868598. OLE color: 4868598.
HSL color Cylindrical-coordinate representation of color #F6494A: hue angle of 359.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6494A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 74 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.04 |
| HSL | 359.65º | 0.91% | 0.63% | - |
| HSV(B) | 359.65º | 0.7% | 0.96% | - |
| XYZ | 41.62 | 24.85 | 9.08 | - |
| YUV | 124.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 74 | 0 | 0.70 | 0.70 | 0.04 | 359.65 | 0.91 | 0.63 |
| Hex | F6 | 49 | 4A | 0 | 46 | 46 | 4 | 168 | 5B | 3F |
| Octal | 366 | 111 | 112 | 0 | 106 | 106 | 4 | 550 | 133 | 77 |
| Binary | 11110110 | 1001001 | 1001010 | 0 | 1000110 | 1000110 | 100 | 101101000 | 1011011 | 111111 |
Color Harmonies of #F6494A
Complementary color
Monochromatic Colors of #F6494A
Black with #F6494A
Text Example
Text Example
White with #F6494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6494A; }
p { color: rgb(246,73,74); }
H1.HeaderClassName
{
color: #F6494A;
}
.AnyTagClassName
{
color: #F6494A;
}
</style>
background-color css
<style>
a { background-color: #F6494A; }
a { background-color: rgb(246,73,74); }
div.DivClassName
{
background-color: #F6494A;
}
.BgClassName
{
background-color: #F6494A;
}
</style>
border-color css
<style>
span { border-color: #F6494A; }
span { border-color: rgb(246,73,74); }
td.TdClassName
{
border-color: #F6494A;
}
.TagClassName
{
border-color: #F6494A;
}
</style>