Shades of Violet Red #F63C7E
Tints of Violet Red #F63C7E
RGB
CMYK
RGB Variations
Color information
#F63C7E (or 0xF63C7E) is known color: Violet Red. HEX triplet: F6, 3C and 7E. RGB value is (246,60,126). Sum of RGB (Red+Green+Blue) = 246+60+126=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C7E is #09C381. Grayscale: #7B7B7B. Windows color (decimal): -639874 or 8273142. OLE color: 8273142.
HSL color Cylindrical-coordinate representation of color #F63C7E: hue angle of 338.71º 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 #F63C7E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 126 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.04 |
| HSL | 338.71º | 0.91% | 0.6% | - |
| HSV(B) | 338.71º | 0.76% | 0.96% | - |
| XYZ | 43.39 | 24.33 | 22.15 | - |
| YUV | 123.14 | 129.62 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 126 | 0 | 0.76 | 0.49 | 0.04 | 338.71 | 0.91 | 0.6 |
| Hex | F6 | 3C | 7E | 0 | 4C | 31 | 4 | 153 | 5B | 3C |
| Octal | 366 | 74 | 176 | 0 | 114 | 61 | 4 | 523 | 133 | 74 |
| Binary | 11110110 | 111100 | 1111110 | 0 | 1001100 | 110001 | 100 | 101010011 | 1011011 | 111100 |
Color Harmonies of #F63C7E
Complementary color
Monochromatic Colors of #F63C7E
Black with #F63C7E
Text Example
Text Example
White with #F63C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C7E; }
p { color: rgb(246,60,126); }
H1.HeaderClassName
{
color: #F63C7E;
}
.AnyTagClassName
{
color: #F63C7E;
}
</style>
background-color css
<style>
a { background-color: #F63C7E; }
a { background-color: rgb(246,60,126); }
div.DivClassName
{
background-color: #F63C7E;
}
.BgClassName
{
background-color: #F63C7E;
}
</style>
border-color css
<style>
span { border-color: #F63C7E; }
span { border-color: rgb(246,60,126); }
td.TdClassName
{
border-color: #F63C7E;
}
.TagClassName
{
border-color: #F63C7E;
}
</style>