Shades of Violet Red #F63C84
Tints of Violet Red #F63C84
RGB
CMYK
RGB Variations
Color information
#F63C84 (or 0xF63C84) is known color: Violet Red. HEX triplet: F6, 3C and 84. RGB value is (246,60,132). Sum of RGB (Red+Green+Blue) = 246+60+132=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63C84 is #09C37B. Grayscale: #7B7B7B. Windows color (decimal): -639868 or 8666358. OLE color: 8666358.
HSL color Cylindrical-coordinate representation of color #F63C84: hue angle of 336.77º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63C84 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 132 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.04 |
| HSL | 336.77º | 0.91% | 0.6% | - |
| HSV(B) | 336.77º | 0.76% | 0.96% | - |
| XYZ | 43.79 | 24.49 | 24.25 | - |
| YUV | 123.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 132 | 0 | 0.76 | 0.46 | 0.04 | 336.77 | 0.91 | 0.6 |
| Hex | F6 | 3C | 84 | 0 | 4C | 2E | 4 | 151 | 5B | 3C |
| Octal | 366 | 74 | 204 | 0 | 114 | 56 | 4 | 521 | 133 | 74 |
| Binary | 11110110 | 111100 | 10000100 | 0 | 1001100 | 101110 | 100 | 101010001 | 1011011 | 111100 |
Color Harmonies of #F63C84
Complementary color
Monochromatic Colors of #F63C84
Black with #F63C84
Text Example
Text Example
White with #F63C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C84; }
p { color: rgb(246,60,132); }
H1.HeaderClassName
{
color: #F63C84;
}
.AnyTagClassName
{
color: #F63C84;
}
</style>
background-color css
<style>
a { background-color: #F63C84; }
a { background-color: rgb(246,60,132); }
div.DivClassName
{
background-color: #F63C84;
}
.BgClassName
{
background-color: #F63C84;
}
</style>
border-color css
<style>
span { border-color: #F63C84; }
span { border-color: rgb(246,60,132); }
td.TdClassName
{
border-color: #F63C84;
}
.TagClassName
{
border-color: #F63C84;
}
</style>