Shades of Violet Red #F6397C
Tints of Violet Red #F6397C
RGB
CMYK
RGB Variations
Color information
#F6397C (or 0xF6397C) is known color: Violet Red. HEX triplet: F6, 39 and 7C. RGB value is (246,57,124). Sum of RGB (Red+Green+Blue) = 246+57+124=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6397C is #09C683. Grayscale: #797979. Windows color (decimal): -640644 or 8141302. OLE color: 8141302.
HSL color Cylindrical-coordinate representation of color #F6397C: hue angle of 338.73º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6397C is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 124 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.04 |
| HSL | 338.73º | 0.91% | 0.59% | - |
| HSV(B) | 338.73º | 0.77% | 0.96% | - |
| XYZ | 43.11 | 23.97 | 21.42 | - |
| YUV | 121.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 124 | 0 | 0.77 | 0.50 | 0.04 | 338.73 | 0.91 | 0.59 |
| Hex | F6 | 39 | 7C | 0 | 4D | 32 | 4 | 153 | 5B | 3B |
| Octal | 366 | 71 | 174 | 0 | 115 | 62 | 4 | 523 | 133 | 73 |
| Binary | 11110110 | 111001 | 1111100 | 0 | 1001101 | 110010 | 100 | 101010011 | 1011011 | 111011 |
Color Harmonies of #F6397C
Complementary color
Monochromatic Colors of #F6397C
Black with #F6397C
Text Example
Text Example
White with #F6397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6397C; }
p { color: rgb(246,57,124); }
H1.HeaderClassName
{
color: #F6397C;
}
.AnyTagClassName
{
color: #F6397C;
}
</style>
background-color css
<style>
a { background-color: #F6397C; }
a { background-color: rgb(246,57,124); }
div.DivClassName
{
background-color: #F6397C;
}
.BgClassName
{
background-color: #F6397C;
}
</style>
border-color css
<style>
span { border-color: #F6397C; }
span { border-color: rgb(246,57,124); }
td.TdClassName
{
border-color: #F6397C;
}
.TagClassName
{
border-color: #F6397C;
}
</style>