Shades of Violet Red #F63A8D
Tints of Violet Red #F63A8D
RGB
CMYK
RGB Variations
Color information
#F63A8D (or 0xF63A8D) is known color: Violet Red. HEX triplet: F6, 3A and 8D. RGB value is (246,58,141). Sum of RGB (Red+Green+Blue) = 246+58+141=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63A8D is #09C572. Grayscale: #7B7B7B. Windows color (decimal): -640371 or 9255670. OLE color: 9255670.
HSL color Cylindrical-coordinate representation of color #F63A8D: hue angle of 333.51º 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 #F63A8D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 141 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.04 |
| HSL | 333.51º | 0.91% | 0.6% | - |
| HSV(B) | 333.51º | 0.76% | 0.96% | - |
| XYZ | 44.33 | 24.54 | 27.6 | - |
| YUV | 123.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 141 | 0 | 0.76 | 0.43 | 0.04 | 333.51 | 0.91 | 0.6 |
| Hex | F6 | 3A | 8D | 0 | 4C | 2B | 4 | 14E | 5B | 3C |
| Octal | 366 | 72 | 215 | 0 | 114 | 53 | 4 | 516 | 133 | 74 |
| Binary | 11110110 | 111010 | 10001101 | 0 | 1001100 | 101011 | 100 | 101001110 | 1011011 | 111100 |
Color Harmonies of #F63A8D
Complementary color
Monochromatic Colors of #F63A8D
Black with #F63A8D
Text Example
Text Example
White with #F63A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A8D; }
p { color: rgb(246,58,141); }
H1.HeaderClassName
{
color: #F63A8D;
}
.AnyTagClassName
{
color: #F63A8D;
}
</style>
background-color css
<style>
a { background-color: #F63A8D; }
a { background-color: rgb(246,58,141); }
div.DivClassName
{
background-color: #F63A8D;
}
.BgClassName
{
background-color: #F63A8D;
}
</style>
border-color css
<style>
span { border-color: #F63A8D; }
span { border-color: rgb(246,58,141); }
td.TdClassName
{
border-color: #F63A8D;
}
.TagClassName
{
border-color: #F63A8D;
}
</style>