Shades of Radical Red #F6416D
Tints of Radical Red #F6416D
RGB
CMYK
RGB Variations
Color information
#F6416D (or 0xF6416D) is known color: Radical Red. HEX triplet: F6, 41 and 6D. RGB value is (246,65,109). Sum of RGB (Red+Green+Blue) = 246+65+109=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F6416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6416D is #09BE92. Grayscale: #7C7C7C. Windows color (decimal): -638611 or 7160310. OLE color: 7160310.
HSL color Cylindrical-coordinate representation of color #F6416D: hue angle of 345.41º 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 #F6416D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 109 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.04 |
| HSL | 345.41º | 0.91% | 0.61% | - |
| HSV(B) | 345.41º | 0.74% | 0.96% | - |
| XYZ | 42.66 | 24.48 | 16.94 | - |
| YUV | 124.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 109 | 0 | 0.74 | 0.56 | 0.04 | 345.41 | 0.91 | 0.61 |
| Hex | F6 | 41 | 6D | 0 | 4A | 38 | 4 | 159 | 5B | 3D |
| Octal | 366 | 101 | 155 | 0 | 112 | 70 | 4 | 531 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1101101 | 0 | 1001010 | 111000 | 100 | 101011001 | 1011011 | 111101 |
Color Harmonies of #F6416D
Complementary color
Monochromatic Colors of #F6416D
Black with #F6416D
Text Example
Text Example
White with #F6416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6416D; }
p { color: rgb(246,65,109); }
H1.HeaderClassName
{
color: #F6416D;
}
.AnyTagClassName
{
color: #F6416D;
}
</style>
background-color css
<style>
a { background-color: #F6416D; }
a { background-color: rgb(246,65,109); }
div.DivClassName
{
background-color: #F6416D;
}
.BgClassName
{
background-color: #F6416D;
}
</style>
border-color css
<style>
span { border-color: #F6416D; }
span { border-color: rgb(246,65,109); }
td.TdClassName
{
border-color: #F6416D;
}
.TagClassName
{
border-color: #F6416D;
}
</style>