Shades of Violet Red #F6458C
Tints of Violet Red #F6458C
RGB
CMYK
RGB Variations
Color information
#F6458C (or 0xF6458C) is known color: Violet Red. HEX triplet: F6, 45 and 8C. RGB value is (246,69,140). Sum of RGB (Red+Green+Blue) = 246+69+140=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6458C is #09BA73. Grayscale: #818181. Windows color (decimal): -637556 or 9192950. OLE color: 9192950.
HSL color Cylindrical-coordinate representation of color #F6458C: hue angle of 335.93º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6458C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 140 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.04 |
| HSL | 335.93º | 0.91% | 0.62% | - |
| HSV(B) | 335.93º | 0.72% | 0.96% | - |
| XYZ | 44.87 | 25.74 | 27.41 | - |
| YUV | 130.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 140 | 0 | 0.72 | 0.43 | 0.04 | 335.93 | 0.91 | 0.62 |
| Hex | F6 | 45 | 8C | 0 | 48 | 2B | 4 | 150 | 5B | 3E |
| Octal | 366 | 105 | 214 | 0 | 110 | 53 | 4 | 520 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10001100 | 0 | 1001000 | 101011 | 100 | 101010000 | 1011011 | 111110 |
Color Harmonies of #F6458C
Complementary color
Monochromatic Colors of #F6458C
Black with #F6458C
Text Example
Text Example
White with #F6458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6458C; }
p { color: rgb(246,69,140); }
H1.HeaderClassName
{
color: #F6458C;
}
.AnyTagClassName
{
color: #F6458C;
}
</style>
background-color css
<style>
a { background-color: #F6458C; }
a { background-color: rgb(246,69,140); }
div.DivClassName
{
background-color: #F6458C;
}
.BgClassName
{
background-color: #F6458C;
}
</style>
border-color css
<style>
span { border-color: #F6458C; }
span { border-color: rgb(246,69,140); }
td.TdClassName
{
border-color: #F6458C;
}
.TagClassName
{
border-color: #F6458C;
}
</style>