Shades of Violet Red #F63685
Tints of Violet Red #F63685
RGB
CMYK
RGB Variations
Color information
#F63685 (or 0xF63685) is known color: Violet Red. HEX triplet: F6, 36 and 85. RGB value is (246,54,133). Sum of RGB (Red+Green+Blue) = 246+54+133=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F63685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63685 is #09C97A. Grayscale: #787878. Windows color (decimal): -641403 or 8730358. OLE color: 8730358.
HSL color Cylindrical-coordinate representation of color #F63685: hue angle of 335.31º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63685 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 133 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.04 |
| HSL | 335.31º | 0.91% | 0.59% | - |
| HSV(B) | 335.31º | 0.78% | 0.96% | - |
| XYZ | 43.56 | 23.92 | 24.51 | - |
| YUV | 120.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 133 | 0 | 0.78 | 0.46 | 0.04 | 335.31 | 0.91 | 0.59 |
| Hex | F6 | 36 | 85 | 0 | 4E | 2E | 4 | 14F | 5B | 3B |
| Octal | 366 | 66 | 205 | 0 | 116 | 56 | 4 | 517 | 133 | 73 |
| Binary | 11110110 | 110110 | 10000101 | 0 | 1001110 | 101110 | 100 | 101001111 | 1011011 | 111011 |
Color Harmonies of #F63685
Complementary color
Monochromatic Colors of #F63685
Black with #F63685
Text Example
Text Example
White with #F63685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63685; }
p { color: rgb(246,54,133); }
H1.HeaderClassName
{
color: #F63685;
}
.AnyTagClassName
{
color: #F63685;
}
</style>
background-color css
<style>
a { background-color: #F63685; }
a { background-color: rgb(246,54,133); }
div.DivClassName
{
background-color: #F63685;
}
.BgClassName
{
background-color: #F63685;
}
</style>
border-color css
<style>
span { border-color: #F63685; }
span { border-color: rgb(246,54,133); }
td.TdClassName
{
border-color: #F63685;
}
.TagClassName
{
border-color: #F63685;
}
</style>