Shades of Radical Red #F6344D
Tints of Radical Red #F6344D
RGB
CMYK
RGB Variations
Color information
#F6344D (or 0xF6344D) is known color: Radical Red. HEX triplet: F6, 34 and 4D. RGB value is (246,52,77). Sum of RGB (Red+Green+Blue) = 246+52+77=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6344D is #09CBB2. Grayscale: #707070. Windows color (decimal): -641971 or 5059830. OLE color: 5059830.
HSL color Cylindrical-coordinate representation of color #F6344D: hue angle of 352.27º 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 #F6344D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 77 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.04 |
| HSL | 352.27º | 0.92% | 0.58% | - |
| HSV(B) | 352.27º | 0.79% | 0.96% | - |
| XYZ | 40.57 | 22.58 | 9.24 | - |
| YUV | 112.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 77 | 0 | 0.79 | 0.69 | 0.04 | 352.27 | 0.92 | 0.58 |
| Hex | F6 | 34 | 4D | 0 | 4F | 45 | 4 | 160 | 5C | 3A |
| Octal | 366 | 64 | 115 | 0 | 117 | 105 | 4 | 540 | 134 | 72 |
| Binary | 11110110 | 110100 | 1001101 | 0 | 1001111 | 1000101 | 100 | 101100000 | 1011100 | 111010 |
Color Harmonies of #F6344D
Complementary color
Monochromatic Colors of #F6344D
Black with #F6344D
Text Example
Text Example
White with #F6344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6344D; }
p { color: rgb(246,52,77); }
H1.HeaderClassName
{
color: #F6344D;
}
.AnyTagClassName
{
color: #F6344D;
}
</style>
background-color css
<style>
a { background-color: #F6344D; }
a { background-color: rgb(246,52,77); }
div.DivClassName
{
background-color: #F6344D;
}
.BgClassName
{
background-color: #F6344D;
}
</style>
border-color css
<style>
span { border-color: #F6344D; }
span { border-color: rgb(246,52,77); }
td.TdClassName
{
border-color: #F6344D;
}
.TagClassName
{
border-color: #F6344D;
}
</style>