Shades of Violet Red #F63185
Tints of Violet Red #F63185
RGB
CMYK
RGB Variations
Color information
#F63185 (or 0xF63185) is known color: Violet Red. HEX triplet: F6, 31 and 85. RGB value is (246,49,133). Sum of RGB (Red+Green+Blue) = 246+49+133=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F63185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63185 is #09CE7A. Grayscale: #757575. Windows color (decimal): -642683 or 8729078. OLE color: 8729078.
HSL color Cylindrical-coordinate representation of color #F63185: hue angle of 334.42º 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 #F63185 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 133 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.04 |
| HSL | 334.42º | 0.92% | 0.58% | - |
| HSV(B) | 334.42º | 0.8% | 0.96% | - |
| XYZ | 43.34 | 23.48 | 24.44 | - |
| YUV | 117.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 133 | 0 | 0.80 | 0.46 | 0.04 | 334.42 | 0.92 | 0.58 |
| Hex | F6 | 31 | 85 | 0 | 50 | 2E | 4 | 14E | 5C | 3A |
| Octal | 366 | 61 | 205 | 0 | 120 | 56 | 4 | 516 | 134 | 72 |
| Binary | 11110110 | 110001 | 10000101 | 0 | 1010000 | 101110 | 100 | 101001110 | 1011100 | 111010 |
Color Harmonies of #F63185
Complementary color
Monochromatic Colors of #F63185
Black with #F63185
Text Example
Text Example
White with #F63185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63185; }
p { color: rgb(246,49,133); }
H1.HeaderClassName
{
color: #F63185;
}
.AnyTagClassName
{
color: #F63185;
}
</style>
background-color css
<style>
a { background-color: #F63185; }
a { background-color: rgb(246,49,133); }
div.DivClassName
{
background-color: #F63185;
}
.BgClassName
{
background-color: #F63185;
}
</style>
border-color css
<style>
span { border-color: #F63185; }
span { border-color: rgb(246,49,133); }
td.TdClassName
{
border-color: #F63185;
}
.TagClassName
{
border-color: #F63185;
}
</style>