Shades of Violet Red #F63385
Tints of Violet Red #F63385
RGB
CMYK
RGB Variations
Color information
#F63385 (or 0xF63385) is known color: Violet Red. HEX triplet: F6, 33 and 85. RGB value is (246,51,133). Sum of RGB (Red+Green+Blue) = 246+51+133=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F63385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63385 is #09CC7A. Grayscale: #767676. Windows color (decimal): -642171 or 8729590. OLE color: 8729590.
HSL color Cylindrical-coordinate representation of color #F63385: hue angle of 334.77º 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 #F63385 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 133 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.04 |
| HSL | 334.77º | 0.92% | 0.58% | - |
| HSV(B) | 334.77º | 0.79% | 0.96% | - |
| XYZ | 43.42 | 23.65 | 24.47 | - |
| YUV | 118.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 133 | 0 | 0.79 | 0.46 | 0.04 | 334.77 | 0.92 | 0.58 |
| Hex | F6 | 33 | 85 | 0 | 4F | 2E | 4 | 14F | 5C | 3A |
| Octal | 366 | 63 | 205 | 0 | 117 | 56 | 4 | 517 | 134 | 72 |
| Binary | 11110110 | 110011 | 10000101 | 0 | 1001111 | 101110 | 100 | 101001111 | 1011100 | 111010 |
Color Harmonies of #F63385
Complementary color
Monochromatic Colors of #F63385
Black with #F63385
Text Example
Text Example
White with #F63385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63385; }
p { color: rgb(246,51,133); }
H1.HeaderClassName
{
color: #F63385;
}
.AnyTagClassName
{
color: #F63385;
}
</style>
background-color css
<style>
a { background-color: #F63385; }
a { background-color: rgb(246,51,133); }
div.DivClassName
{
background-color: #F63385;
}
.BgClassName
{
background-color: #F63385;
}
</style>
border-color css
<style>
span { border-color: #F63385; }
span { border-color: rgb(246,51,133); }
td.TdClassName
{
border-color: #F63385;
}
.TagClassName
{
border-color: #F63385;
}
</style>