Shades of Violet Red #F63C88
Tints of Violet Red #F63C88
RGB
CMYK
RGB Variations
Color information
#F63C88 (or 0xF63C88) is known color: Violet Red. HEX triplet: F6, 3C and 88. RGB value is (246,60,136). Sum of RGB (Red+Green+Blue) = 246+60+136=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63C88 is #09C377. Grayscale: #7C7C7C. Windows color (decimal): -639864 or 8928502. OLE color: 8928502.
HSL color Cylindrical-coordinate representation of color #F63C88: hue angle of 335.48º 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 #F63C88 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 136 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.04 |
| HSL | 335.48º | 0.91% | 0.6% | - |
| HSV(B) | 335.48º | 0.76% | 0.96% | - |
| XYZ | 44.07 | 24.6 | 25.72 | - |
| YUV | 124.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 136 | 0 | 0.76 | 0.45 | 0.04 | 335.48 | 0.91 | 0.6 |
| Hex | F6 | 3C | 88 | 0 | 4C | 2D | 4 | 14F | 5B | 3C |
| Octal | 366 | 74 | 210 | 0 | 114 | 55 | 4 | 517 | 133 | 74 |
| Binary | 11110110 | 111100 | 10001000 | 0 | 1001100 | 101101 | 100 | 101001111 | 1011011 | 111100 |
Color Harmonies of #F63C88
Complementary color
Monochromatic Colors of #F63C88
Black with #F63C88
Text Example
Text Example
White with #F63C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C88; }
p { color: rgb(246,60,136); }
H1.HeaderClassName
{
color: #F63C88;
}
.AnyTagClassName
{
color: #F63C88;
}
</style>
background-color css
<style>
a { background-color: #F63C88; }
a { background-color: rgb(246,60,136); }
div.DivClassName
{
background-color: #F63C88;
}
.BgClassName
{
background-color: #F63C88;
}
</style>
border-color css
<style>
span { border-color: #F63C88; }
span { border-color: rgb(246,60,136); }
td.TdClassName
{
border-color: #F63C88;
}
.TagClassName
{
border-color: #F63C88;
}
</style>