Shades of Radical Red #F6415C
Tints of Radical Red #F6415C
RGB
CMYK
RGB Variations
Color information
#F6415C (or 0xF6415C) is known color: Radical Red. HEX triplet: F6, 41 and 5C. RGB value is (246,65,92). Sum of RGB (Red+Green+Blue) = 246+65+92=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6415C is #09BEA3. Grayscale: #7A7A7A. Windows color (decimal): -638628 or 6046198. OLE color: 6046198.
HSL color Cylindrical-coordinate representation of color #F6415C: hue angle of 351.05º 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 #F6415C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.04 |
| HSL | 351.05º | 0.91% | 0.61% | - |
| HSV(B) | 351.05º | 0.74% | 0.96% | - |
| XYZ | 41.83 | 24.15 | 12.58 | - |
| YUV | 122.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 92 | 0 | 0.74 | 0.63 | 0.04 | 351.05 | 0.91 | 0.61 |
| Hex | F6 | 41 | 5C | 0 | 4A | 3F | 4 | 15F | 5B | 3D |
| Octal | 366 | 101 | 134 | 0 | 112 | 77 | 4 | 537 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1011100 | 0 | 1001010 | 111111 | 100 | 101011111 | 1011011 | 111101 |
Color Harmonies of #F6415C
Complementary color
Monochromatic Colors of #F6415C
Black with #F6415C
Text Example
Text Example
White with #F6415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6415C; }
p { color: rgb(246,65,92); }
H1.HeaderClassName
{
color: #F6415C;
}
.AnyTagClassName
{
color: #F6415C;
}
</style>
background-color css
<style>
a { background-color: #F6415C; }
a { background-color: rgb(246,65,92); }
div.DivClassName
{
background-color: #F6415C;
}
.BgClassName
{
background-color: #F6415C;
}
</style>
border-color css
<style>
span { border-color: #F6415C; }
span { border-color: rgb(246,65,92); }
td.TdClassName
{
border-color: #F6415C;
}
.TagClassName
{
border-color: #F6415C;
}
</style>