Shades of Violet Red #F6417A
Tints of Violet Red #F6417A
RGB
CMYK
RGB Variations
Color information
#F6417A (or 0xF6417A) is known color: Violet Red. HEX triplet: F6, 41 and 7A. RGB value is (246,65,122). Sum of RGB (Red+Green+Blue) = 246+65+122=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F6417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6417A is #09BE85. Grayscale: #7D7D7D. Windows color (decimal): -638598 or 8012278. OLE color: 8012278.
HSL color Cylindrical-coordinate representation of color #F6417A: hue angle of 341.1º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6417A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 122 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.04 |
| HSL | 341.11º | 0.91% | 0.61% | - |
| HSV(B) | 341.11º | 0.74% | 0.96% | - |
| XYZ | 43.41 | 24.78 | 20.91 | - |
| YUV | 125.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 122 | 0 | 0.74 | 0.50 | 0.04 | 341.11 | 0.91 | 0.61 |
| Hex | F6 | 41 | 7A | 0 | 4A | 32 | 4 | 155 | 5B | 3D |
| Octal | 366 | 101 | 172 | 0 | 112 | 62 | 4 | 525 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1111010 | 0 | 1001010 | 110010 | 100 | 101010101 | 1011011 | 111101 |
Color Harmonies of #F6417A
Complementary color
Monochromatic Colors of #F6417A
Black with #F6417A
Text Example
Text Example
White with #F6417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6417A; }
p { color: rgb(246,65,122); }
H1.HeaderClassName
{
color: #F6417A;
}
.AnyTagClassName
{
color: #F6417A;
}
</style>
background-color css
<style>
a { background-color: #F6417A; }
a { background-color: rgb(246,65,122); }
div.DivClassName
{
background-color: #F6417A;
}
.BgClassName
{
background-color: #F6417A;
}
</style>
border-color css
<style>
span { border-color: #F6417A; }
span { border-color: rgb(246,65,122); }
td.TdClassName
{
border-color: #F6417A;
}
.TagClassName
{
border-color: #F6417A;
}
</style>