Shades of Violet Red #F63177
Tints of Violet Red #F63177
RGB
CMYK
RGB Variations
Color information
#F63177 (or 0xF63177) is known color: Violet Red. HEX triplet: F6, 31 and 77. RGB value is (246,49,119). Sum of RGB (Red+Green+Blue) = 246+49+119=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63177 is #09CE88. Grayscale: #737373. Windows color (decimal): -642697 or 7811574. OLE color: 7811574.
HSL color Cylindrical-coordinate representation of color #F63177: hue angle of 338.68º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63177 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 119 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.04 |
| HSL | 338.68º | 0.92% | 0.58% | - |
| HSV(B) | 338.68º | 0.8% | 0.96% | - |
| XYZ | 42.43 | 23.12 | 19.68 | - |
| YUV | 115.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 119 | 0 | 0.80 | 0.52 | 0.04 | 338.68 | 0.92 | 0.58 |
| Hex | F6 | 31 | 77 | 0 | 50 | 34 | 4 | 153 | 5C | 3A |
| Octal | 366 | 61 | 167 | 0 | 120 | 64 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110001 | 1110111 | 0 | 1010000 | 110100 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63177
Complementary color
Monochromatic Colors of #F63177
Black with #F63177
Text Example
Text Example
White with #F63177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63177; }
p { color: rgb(246,49,119); }
H1.HeaderClassName
{
color: #F63177;
}
.AnyTagClassName
{
color: #F63177;
}
</style>
background-color css
<style>
a { background-color: #F63177; }
a { background-color: rgb(246,49,119); }
div.DivClassName
{
background-color: #F63177;
}
.BgClassName
{
background-color: #F63177;
}
</style>
border-color css
<style>
span { border-color: #F63177; }
span { border-color: rgb(246,49,119); }
td.TdClassName
{
border-color: #F63177;
}
.TagClassName
{
border-color: #F63177;
}
</style>