Shades of Violet Red #F6488C
Tints of Violet Red #F6488C
RGB
CMYK
RGB Variations
Color information
#F6488C (or 0xF6488C) is known color: Violet Red. HEX triplet: F6, 48 and 8C. RGB value is (246,72,140). Sum of RGB (Red+Green+Blue) = 246+72+140=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6488C is #09B773. Grayscale: #838383. Windows color (decimal): -636788 or 9193718. OLE color: 9193718.
HSL color Cylindrical-coordinate representation of color #F6488C: hue angle of 336.55º 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 #F6488C is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 140 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.04 |
| HSL | 336.55º | 0.91% | 0.62% | - |
| HSV(B) | 336.55º | 0.71% | 0.96% | - |
| XYZ | 45.06 | 26.12 | 27.48 | - |
| YUV | 131.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 140 | 0 | 0.71 | 0.43 | 0.04 | 336.55 | 0.91 | 0.62 |
| Hex | F6 | 48 | 8C | 0 | 47 | 2B | 4 | 151 | 5B | 3E |
| Octal | 366 | 110 | 214 | 0 | 107 | 53 | 4 | 521 | 133 | 76 |
| Binary | 11110110 | 1001000 | 10001100 | 0 | 1000111 | 101011 | 100 | 101010001 | 1011011 | 111110 |
Color Harmonies of #F6488C
Complementary color
Monochromatic Colors of #F6488C
Black with #F6488C
Text Example
Text Example
White with #F6488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6488C; }
p { color: rgb(246,72,140); }
H1.HeaderClassName
{
color: #F6488C;
}
.AnyTagClassName
{
color: #F6488C;
}
</style>
background-color css
<style>
a { background-color: #F6488C; }
a { background-color: rgb(246,72,140); }
div.DivClassName
{
background-color: #F6488C;
}
.BgClassName
{
background-color: #F6488C;
}
</style>
border-color css
<style>
span { border-color: #F6488C; }
span { border-color: rgb(246,72,140); }
td.TdClassName
{
border-color: #F6488C;
}
.TagClassName
{
border-color: #F6488C;
}
</style>