Shades of Violet Red #F63886
Tints of Violet Red #F63886
RGB
CMYK
RGB Variations
Color information
#F63886 (or 0xF63886) is known color: Violet Red. HEX triplet: F6, 38 and 86. RGB value is (246,56,134). Sum of RGB (Red+Green+Blue) = 246+56+134=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F63886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63886 is #09C779. Grayscale: #797979. Windows color (decimal): -640890 or 8796406. OLE color: 8796406.
HSL color Cylindrical-coordinate representation of color #F63886: hue angle of 335.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63886 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 134 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.04 |
| HSL | 335.37º | 0.91% | 0.59% | - |
| HSV(B) | 335.37º | 0.77% | 0.96% | - |
| XYZ | 43.72 | 24.14 | 24.91 | - |
| YUV | 121.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 134 | 0 | 0.77 | 0.46 | 0.04 | 335.37 | 0.91 | 0.59 |
| Hex | F6 | 38 | 86 | 0 | 4D | 2E | 4 | 14F | 5B | 3B |
| Octal | 366 | 70 | 206 | 0 | 115 | 56 | 4 | 517 | 133 | 73 |
| Binary | 11110110 | 111000 | 10000110 | 0 | 1001101 | 101110 | 100 | 101001111 | 1011011 | 111011 |
Color Harmonies of #F63886
Complementary color
Monochromatic Colors of #F63886
Black with #F63886
Text Example
Text Example
White with #F63886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63886; }
p { color: rgb(246,56,134); }
H1.HeaderClassName
{
color: #F63886;
}
.AnyTagClassName
{
color: #F63886;
}
</style>
background-color css
<style>
a { background-color: #F63886; }
a { background-color: rgb(246,56,134); }
div.DivClassName
{
background-color: #F63886;
}
.BgClassName
{
background-color: #F63886;
}
</style>
border-color css
<style>
span { border-color: #F63886; }
span { border-color: rgb(246,56,134); }
td.TdClassName
{
border-color: #F63886;
}
.TagClassName
{
border-color: #F63886;
}
</style>