Shades of Violet Red #F63486
Tints of Violet Red #F63486
RGB
CMYK
RGB Variations
Color information
#F63486 (or 0xF63486) is known color: Violet Red. HEX triplet: F6, 34 and 86. RGB value is (246,52,134). Sum of RGB (Red+Green+Blue) = 246+52+134=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F63486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63486 is #09CB79. Grayscale: #777777. Windows color (decimal): -641914 or 8795382. OLE color: 8795382.
HSL color Cylindrical-coordinate representation of color #F63486: hue angle of 334.64º 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 #F63486 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 134 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.04 |
| HSL | 334.64º | 0.92% | 0.58% | - |
| HSV(B) | 334.64º | 0.79% | 0.96% | - |
| XYZ | 43.54 | 23.77 | 24.85 | - |
| YUV | 119.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 134 | 0 | 0.79 | 0.46 | 0.04 | 334.64 | 0.92 | 0.58 |
| Hex | F6 | 34 | 86 | 0 | 4F | 2E | 4 | 14F | 5C | 3A |
| Octal | 366 | 64 | 206 | 0 | 117 | 56 | 4 | 517 | 134 | 72 |
| Binary | 11110110 | 110100 | 10000110 | 0 | 1001111 | 101110 | 100 | 101001111 | 1011100 | 111010 |
Color Harmonies of #F63486
Complementary color
Monochromatic Colors of #F63486
Black with #F63486
Text Example
Text Example
White with #F63486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63486; }
p { color: rgb(246,52,134); }
H1.HeaderClassName
{
color: #F63486;
}
.AnyTagClassName
{
color: #F63486;
}
</style>
background-color css
<style>
a { background-color: #F63486; }
a { background-color: rgb(246,52,134); }
div.DivClassName
{
background-color: #F63486;
}
.BgClassName
{
background-color: #F63486;
}
</style>
border-color css
<style>
span { border-color: #F63486; }
span { border-color: rgb(246,52,134); }
td.TdClassName
{
border-color: #F63486;
}
.TagClassName
{
border-color: #F63486;
}
</style>