Shades of Violet Red #F63C8B
Tints of Violet Red #F63C8B
RGB
CMYK
RGB Variations
Color information
#F63C8B (or 0xF63C8B) is known color: Violet Red. HEX triplet: F6, 3C and 8B. RGB value is (246,60,139). Sum of RGB (Red+Green+Blue) = 246+60+139=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63C8B is #09C374. Grayscale: #7C7C7C. Windows color (decimal): -639861 or 9125110. OLE color: 9125110.
HSL color Cylindrical-coordinate representation of color #F63C8B: hue angle of 334.52º 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 #F63C8B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 139 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.04 |
| HSL | 334.52º | 0.91% | 0.6% | - |
| HSV(B) | 334.52º | 0.76% | 0.96% | - |
| XYZ | 44.28 | 24.69 | 26.86 | - |
| YUV | 124.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 139 | 0 | 0.76 | 0.43 | 0.04 | 334.52 | 0.91 | 0.6 |
| Hex | F6 | 3C | 8B | 0 | 4C | 2B | 4 | 14F | 5B | 3C |
| Octal | 366 | 74 | 213 | 0 | 114 | 53 | 4 | 517 | 133 | 74 |
| Binary | 11110110 | 111100 | 10001011 | 0 | 1001100 | 101011 | 100 | 101001111 | 1011011 | 111100 |
Color Harmonies of #F63C8B
Complementary color
Monochromatic Colors of #F63C8B
Black with #F63C8B
Text Example
Text Example
White with #F63C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C8B; }
p { color: rgb(246,60,139); }
H1.HeaderClassName
{
color: #F63C8B;
}
.AnyTagClassName
{
color: #F63C8B;
}
</style>
background-color css
<style>
a { background-color: #F63C8B; }
a { background-color: rgb(246,60,139); }
div.DivClassName
{
background-color: #F63C8B;
}
.BgClassName
{
background-color: #F63C8B;
}
</style>
border-color css
<style>
span { border-color: #F63C8B; }
span { border-color: rgb(246,60,139); }
td.TdClassName
{
border-color: #F63C8B;
}
.TagClassName
{
border-color: #F63C8B;
}
</style>