Shades of Violet Red #F63F8C
Tints of Violet Red #F63F8C
RGB
CMYK
RGB Variations
Color information
#F63F8C (or 0xF63F8C) is known color: Violet Red. HEX triplet: F6, 3F and 8C. RGB value is (246,63,140). Sum of RGB (Red+Green+Blue) = 246+63+140=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63F8C is #09C073. Grayscale: #7E7E7E. Windows color (decimal): -639092 or 9191414. OLE color: 9191414.
HSL color Cylindrical-coordinate representation of color #F63F8C: hue angle of 334.75º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F8C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 140 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.04 |
| HSL | 334.75º | 0.91% | 0.61% | - |
| HSV(B) | 334.75º | 0.74% | 0.96% | - |
| XYZ | 44.52 | 25.04 | 27.3 | - |
| YUV | 126.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 140 | 0 | 0.74 | 0.43 | 0.04 | 334.75 | 0.91 | 0.61 |
| Hex | F6 | 3F | 8C | 0 | 4A | 2B | 4 | 14F | 5B | 3D |
| Octal | 366 | 77 | 214 | 0 | 112 | 53 | 4 | 517 | 133 | 75 |
| Binary | 11110110 | 111111 | 10001100 | 0 | 1001010 | 101011 | 100 | 101001111 | 1011011 | 111101 |
Color Harmonies of #F63F8C
Complementary color
Monochromatic Colors of #F63F8C
Black with #F63F8C
Text Example
Text Example
White with #F63F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F8C; }
p { color: rgb(246,63,140); }
H1.HeaderClassName
{
color: #F63F8C;
}
.AnyTagClassName
{
color: #F63F8C;
}
</style>
background-color css
<style>
a { background-color: #F63F8C; }
a { background-color: rgb(246,63,140); }
div.DivClassName
{
background-color: #F63F8C;
}
.BgClassName
{
background-color: #F63F8C;
}
</style>
border-color css
<style>
span { border-color: #F63F8C; }
span { border-color: rgb(246,63,140); }
td.TdClassName
{
border-color: #F63F8C;
}
.TagClassName
{
border-color: #F63F8C;
}
</style>