Shades of Violet Red #F63186
Tints of Violet Red #F63186
RGB
CMYK
RGB Variations
Color information
#F63186 (or 0xF63186) is known color: Violet Red. HEX triplet: F6, 31 and 86. RGB value is (246,49,134). Sum of RGB (Red+Green+Blue) = 246+49+134=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F63186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63186 is #09CE79. Grayscale: #757575. Windows color (decimal): -642682 or 8794614. OLE color: 8794614.
HSL color Cylindrical-coordinate representation of color #F63186: hue angle of 334.11º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63186 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 134 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.04 |
| HSL | 334.11º | 0.92% | 0.58% | - |
| HSV(B) | 334.11º | 0.8% | 0.96% | - |
| XYZ | 43.41 | 23.51 | 24.8 | - |
| YUV | 117.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 134 | 0 | 0.80 | 0.46 | 0.04 | 334.11 | 0.92 | 0.58 |
| Hex | F6 | 31 | 86 | 0 | 50 | 2E | 4 | 14E | 5C | 3A |
| Octal | 366 | 61 | 206 | 0 | 120 | 56 | 4 | 516 | 134 | 72 |
| Binary | 11110110 | 110001 | 10000110 | 0 | 1010000 | 101110 | 100 | 101001110 | 1011100 | 111010 |
Color Harmonies of #F63186
Complementary color
Monochromatic Colors of #F63186
Black with #F63186
Text Example
Text Example
White with #F63186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63186; }
p { color: rgb(246,49,134); }
H1.HeaderClassName
{
color: #F63186;
}
.AnyTagClassName
{
color: #F63186;
}
</style>
background-color css
<style>
a { background-color: #F63186; }
a { background-color: rgb(246,49,134); }
div.DivClassName
{
background-color: #F63186;
}
.BgClassName
{
background-color: #F63186;
}
</style>
border-color css
<style>
span { border-color: #F63186; }
span { border-color: rgb(246,49,134); }
td.TdClassName
{
border-color: #F63186;
}
.TagClassName
{
border-color: #F63186;
}
</style>