Shades of Violet Red #F63A8B
Tints of Violet Red #F63A8B
RGB
CMYK
RGB Variations
Color information
#F63A8B (or 0xF63A8B) is known color: Violet Red. HEX triplet: F6, 3A and 8B. RGB value is (246,58,139). Sum of RGB (Red+Green+Blue) = 246+58+139=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63A8B is #09C574. Grayscale: #7B7B7B. Windows color (decimal): -640373 or 9124598. OLE color: 9124598.
HSL color Cylindrical-coordinate representation of color #F63A8B: hue angle of 334.15º 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 #F63A8B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 139 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.04 |
| HSL | 334.15º | 0.91% | 0.6% | - |
| HSV(B) | 334.15º | 0.76% | 0.96% | - |
| XYZ | 44.18 | 24.48 | 26.82 | - |
| YUV | 123.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 139 | 0 | 0.76 | 0.43 | 0.04 | 334.15 | 0.91 | 0.6 |
| Hex | F6 | 3A | 8B | 0 | 4C | 2B | 4 | 14E | 5B | 3C |
| Octal | 366 | 72 | 213 | 0 | 114 | 53 | 4 | 516 | 133 | 74 |
| Binary | 11110110 | 111010 | 10001011 | 0 | 1001100 | 101011 | 100 | 101001110 | 1011011 | 111100 |
Color Harmonies of #F63A8B
Complementary color
Monochromatic Colors of #F63A8B
Black with #F63A8B
Text Example
Text Example
White with #F63A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A8B; }
p { color: rgb(246,58,139); }
H1.HeaderClassName
{
color: #F63A8B;
}
.AnyTagClassName
{
color: #F63A8B;
}
</style>
background-color css
<style>
a { background-color: #F63A8B; }
a { background-color: rgb(246,58,139); }
div.DivClassName
{
background-color: #F63A8B;
}
.BgClassName
{
background-color: #F63A8B;
}
</style>
border-color css
<style>
span { border-color: #F63A8B; }
span { border-color: rgb(246,58,139); }
td.TdClassName
{
border-color: #F63A8B;
}
.TagClassName
{
border-color: #F63A8B;
}
</style>