Shades of Violet Red #F63584
Tints of Violet Red #F63584
RGB
CMYK
RGB Variations
Color information
#F63584 (or 0xF63584) is known color: Violet Red. HEX triplet: F6, 35 and 84. RGB value is (246,53,132). Sum of RGB (Red+Green+Blue) = 246+53+132=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F63584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63584 is #09CA7B. Grayscale: #777777. Windows color (decimal): -641660 or 8664566. OLE color: 8664566.
HSL color Cylindrical-coordinate representation of color #F63584: hue angle of 335.44º 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 #F63584 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 132 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.04 |
| HSL | 335.44º | 0.91% | 0.59% | - |
| HSV(B) | 335.44º | 0.78% | 0.96% | - |
| XYZ | 43.44 | 23.8 | 24.13 | - |
| YUV | 119.71 | 134.94 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 132 | 0 | 0.78 | 0.46 | 0.04 | 335.44 | 0.91 | 0.59 |
| Hex | F6 | 35 | 84 | 0 | 4E | 2E | 4 | 14F | 5B | 3B |
| Octal | 366 | 65 | 204 | 0 | 116 | 56 | 4 | 517 | 133 | 73 |
| Binary | 11110110 | 110101 | 10000100 | 0 | 1001110 | 101110 | 100 | 101001111 | 1011011 | 111011 |
Color Harmonies of #F63584
Complementary color
Monochromatic Colors of #F63584
Black with #F63584
Text Example
Text Example
White with #F63584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63584; }
p { color: rgb(246,53,132); }
H1.HeaderClassName
{
color: #F63584;
}
.AnyTagClassName
{
color: #F63584;
}
</style>
background-color css
<style>
a { background-color: #F63584; }
a { background-color: rgb(246,53,132); }
div.DivClassName
{
background-color: #F63584;
}
.BgClassName
{
background-color: #F63584;
}
</style>
border-color css
<style>
span { border-color: #F63584; }
span { border-color: rgb(246,53,132); }
td.TdClassName
{
border-color: #F63584;
}
.TagClassName
{
border-color: #F63584;
}
</style>