Shades of Violet Red #F63377
Tints of Violet Red #F63377
RGB
CMYK
RGB Variations
Color information
#F63377 (or 0xF63377) is known color: Violet Red. HEX triplet: F6, 33 and 77. RGB value is (246,51,119). Sum of RGB (Red+Green+Blue) = 246+51+119=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F63377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63377 is #09CC88. Grayscale: #747474. Windows color (decimal): -642185 or 7812086. OLE color: 7812086.
HSL color Cylindrical-coordinate representation of color #F63377: hue angle of 339.08º 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 #F63377 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 119 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.04 |
| HSL | 339.08º | 0.92% | 0.58% | - |
| HSV(B) | 339.08º | 0.79% | 0.96% | - |
| XYZ | 42.52 | 23.29 | 19.71 | - |
| YUV | 117.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 119 | 0 | 0.79 | 0.52 | 0.04 | 339.08 | 0.92 | 0.58 |
| Hex | F6 | 33 | 77 | 0 | 4F | 34 | 4 | 153 | 5C | 3A |
| Octal | 366 | 63 | 167 | 0 | 117 | 64 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110011 | 1110111 | 0 | 1001111 | 110100 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63377
Complementary color
Monochromatic Colors of #F63377
Black with #F63377
Text Example
Text Example
White with #F63377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63377; }
p { color: rgb(246,51,119); }
H1.HeaderClassName
{
color: #F63377;
}
.AnyTagClassName
{
color: #F63377;
}
</style>
background-color css
<style>
a { background-color: #F63377; }
a { background-color: rgb(246,51,119); }
div.DivClassName
{
background-color: #F63377;
}
.BgClassName
{
background-color: #F63377;
}
</style>
border-color css
<style>
span { border-color: #F63377; }
span { border-color: rgb(246,51,119); }
td.TdClassName
{
border-color: #F63377;
}
.TagClassName
{
border-color: #F63377;
}
</style>