Shades of Violet Red #F63F85
Tints of Violet Red #F63F85
RGB
CMYK
RGB Variations
Color information
#F63F85 (or 0xF63F85) is known color: Violet Red. HEX triplet: F6, 3F and 85. RGB value is (246,63,133). Sum of RGB (Red+Green+Blue) = 246+63+133=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63F85 is #09C07A. Grayscale: #7D7D7D. Windows color (decimal): -639099 or 8732662. OLE color: 8732662.
HSL color Cylindrical-coordinate representation of color #F63F85: hue angle of 337.05º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F85 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 133 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.04 |
| HSL | 337.05º | 0.91% | 0.61% | - |
| HSV(B) | 337.05º | 0.74% | 0.96% | - |
| XYZ | 44.02 | 24.84 | 24.67 | - |
| YUV | 125.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 133 | 0 | 0.74 | 0.46 | 0.04 | 337.05 | 0.91 | 0.61 |
| Hex | F6 | 3F | 85 | 0 | 4A | 2E | 4 | 151 | 5B | 3D |
| Octal | 366 | 77 | 205 | 0 | 112 | 56 | 4 | 521 | 133 | 75 |
| Binary | 11110110 | 111111 | 10000101 | 0 | 1001010 | 101110 | 100 | 101010001 | 1011011 | 111101 |
Color Harmonies of #F63F85
Complementary color
Monochromatic Colors of #F63F85
Black with #F63F85
Text Example
Text Example
White with #F63F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F85; }
p { color: rgb(246,63,133); }
H1.HeaderClassName
{
color: #F63F85;
}
.AnyTagClassName
{
color: #F63F85;
}
</style>
background-color css
<style>
a { background-color: #F63F85; }
a { background-color: rgb(246,63,133); }
div.DivClassName
{
background-color: #F63F85;
}
.BgClassName
{
background-color: #F63F85;
}
</style>
border-color css
<style>
span { border-color: #F63F85; }
span { border-color: rgb(246,63,133); }
td.TdClassName
{
border-color: #F63F85;
}
.TagClassName
{
border-color: #F63F85;
}
</style>