Shades of Violet Red #F6458F
Tints of Violet Red #F6458F
RGB
CMYK
RGB Variations
Color information
#F6458F (or 0xF6458F) is known color: Violet Red. HEX triplet: F6, 45 and 8F. RGB value is (246,69,143). Sum of RGB (Red+Green+Blue) = 246+69+143=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6458F is #09BA70. Grayscale: #828282. Windows color (decimal): -637553 or 9389558. OLE color: 9389558.
HSL color Cylindrical-coordinate representation of color #F6458F: hue angle of 334.92º 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 #F6458F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 143 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.04 |
| HSL | 334.92º | 0.91% | 0.62% | - |
| HSV(B) | 334.92º | 0.72% | 0.96% | - |
| XYZ | 45.09 | 25.83 | 28.6 | - |
| YUV | 130.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 143 | 0 | 0.72 | 0.42 | 0.04 | 334.92 | 0.91 | 0.62 |
| Hex | F6 | 45 | 8F | 0 | 48 | 2A | 4 | 14F | 5B | 3E |
| Octal | 366 | 105 | 217 | 0 | 110 | 52 | 4 | 517 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10001111 | 0 | 1001000 | 101010 | 100 | 101001111 | 1011011 | 111110 |
Color Harmonies of #F6458F
Complementary color
Monochromatic Colors of #F6458F
Black with #F6458F
Text Example
Text Example
White with #F6458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6458F; }
p { color: rgb(246,69,143); }
H1.HeaderClassName
{
color: #F6458F;
}
.AnyTagClassName
{
color: #F6458F;
}
</style>
background-color css
<style>
a { background-color: #F6458F; }
a { background-color: rgb(246,69,143); }
div.DivClassName
{
background-color: #F6458F;
}
.BgClassName
{
background-color: #F6458F;
}
</style>
border-color css
<style>
span { border-color: #F6458F; }
span { border-color: rgb(246,69,143); }
td.TdClassName
{
border-color: #F6458F;
}
.TagClassName
{
border-color: #F6458F;
}
</style>