Shades of Violet Red #F63A8F
Tints of Violet Red #F63A8F
RGB
CMYK
RGB Variations
Color information
#F63A8F (or 0xF63A8F) is known color: Violet Red. HEX triplet: F6, 3A and 8F. RGB value is (246,58,143). Sum of RGB (Red+Green+Blue) = 246+58+143=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63A8F is #09C570. Grayscale: #7B7B7B. Windows color (decimal): -640369 or 9386742. OLE color: 9386742.
HSL color Cylindrical-coordinate representation of color #F63A8F: hue angle of 332.87º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63A8F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 143 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.04 |
| HSL | 332.87º | 0.91% | 0.6% | - |
| HSV(B) | 332.87º | 0.76% | 0.96% | - |
| XYZ | 44.48 | 24.6 | 28.39 | - |
| YUV | 123.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 143 | 0 | 0.76 | 0.42 | 0.04 | 332.87 | 0.91 | 0.6 |
| Hex | F6 | 3A | 8F | 0 | 4C | 2A | 4 | 14D | 5B | 3C |
| Octal | 366 | 72 | 217 | 0 | 114 | 52 | 4 | 515 | 133 | 74 |
| Binary | 11110110 | 111010 | 10001111 | 0 | 1001100 | 101010 | 100 | 101001101 | 1011011 | 111100 |
Color Harmonies of #F63A8F
Complementary color
Monochromatic Colors of #F63A8F
Black with #F63A8F
Text Example
Text Example
White with #F63A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A8F; }
p { color: rgb(246,58,143); }
H1.HeaderClassName
{
color: #F63A8F;
}
.AnyTagClassName
{
color: #F63A8F;
}
</style>
background-color css
<style>
a { background-color: #F63A8F; }
a { background-color: rgb(246,58,143); }
div.DivClassName
{
background-color: #F63A8F;
}
.BgClassName
{
background-color: #F63A8F;
}
</style>
border-color css
<style>
span { border-color: #F63A8F; }
span { border-color: rgb(246,58,143); }
td.TdClassName
{
border-color: #F63A8F;
}
.TagClassName
{
border-color: #F63A8F;
}
</style>