Shades of Violet Red #F6478C
Tints of Violet Red #F6478C
RGB
CMYK
RGB Variations
Color information
#F6478C (or 0xF6478C) is known color: Violet Red. HEX triplet: F6, 47 and 8C. RGB value is (246,71,140). Sum of RGB (Red+Green+Blue) = 246+71+140=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6478C is #09B873. Grayscale: #838383. Windows color (decimal): -637044 or 9193462. OLE color: 9193462.
HSL color Cylindrical-coordinate representation of color #F6478C: hue angle of 336.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6478C is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 140 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.04 |
| HSL | 336.34º | 0.91% | 0.62% | - |
| HSV(B) | 336.34º | 0.71% | 0.96% | - |
| XYZ | 44.99 | 25.99 | 27.46 | - |
| YUV | 131.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 140 | 0 | 0.71 | 0.43 | 0.04 | 336.34 | 0.91 | 0.62 |
| Hex | F6 | 47 | 8C | 0 | 47 | 2B | 4 | 150 | 5B | 3E |
| Octal | 366 | 107 | 214 | 0 | 107 | 53 | 4 | 520 | 133 | 76 |
| Binary | 11110110 | 1000111 | 10001100 | 0 | 1000111 | 101011 | 100 | 101010000 | 1011011 | 111110 |
Color Harmonies of #F6478C
Complementary color
Monochromatic Colors of #F6478C
Black with #F6478C
Text Example
Text Example
White with #F6478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6478C; }
p { color: rgb(246,71,140); }
H1.HeaderClassName
{
color: #F6478C;
}
.AnyTagClassName
{
color: #F6478C;
}
</style>
background-color css
<style>
a { background-color: #F6478C; }
a { background-color: rgb(246,71,140); }
div.DivClassName
{
background-color: #F6478C;
}
.BgClassName
{
background-color: #F6478C;
}
</style>
border-color css
<style>
span { border-color: #F6478C; }
span { border-color: rgb(246,71,140); }
td.TdClassName
{
border-color: #F6478C;
}
.TagClassName
{
border-color: #F6478C;
}
</style>