Shades of Violet Red #F63D91
Tints of Violet Red #F63D91
RGB
CMYK
RGB Variations
Color information
#F63D91 (or 0xF63D91) is known color: Violet Red. HEX triplet: F6, 3D and 91. RGB value is (246,61,145). Sum of RGB (Red+Green+Blue) = 246+61+145=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63D91 is #09C26E. Grayscale: #7D7D7D. Windows color (decimal): -639599 or 9518582. OLE color: 9518582.
HSL color Cylindrical-coordinate representation of color #F63D91: hue angle of 332.76º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63D91 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 145 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.04 |
| HSL | 332.76º | 0.91% | 0.6% | - |
| HSV(B) | 332.76º | 0.75% | 0.96% | - |
| XYZ | 44.79 | 24.97 | 29.25 | - |
| YUV | 125.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 145 | 0 | 0.75 | 0.41 | 0.04 | 332.76 | 0.91 | 0.6 |
| Hex | F6 | 3D | 91 | 0 | 4B | 29 | 4 | 14D | 5B | 3C |
| Octal | 366 | 75 | 221 | 0 | 113 | 51 | 4 | 515 | 133 | 74 |
| Binary | 11110110 | 111101 | 10010001 | 0 | 1001011 | 101001 | 100 | 101001101 | 1011011 | 111100 |
Color Harmonies of #F63D91
Complementary color
Monochromatic Colors of #F63D91
Black with #F63D91
Text Example
Text Example
White with #F63D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D91; }
p { color: rgb(246,61,145); }
H1.HeaderClassName
{
color: #F63D91;
}
.AnyTagClassName
{
color: #F63D91;
}
</style>
background-color css
<style>
a { background-color: #F63D91; }
a { background-color: rgb(246,61,145); }
div.DivClassName
{
background-color: #F63D91;
}
.BgClassName
{
background-color: #F63D91;
}
</style>
border-color css
<style>
span { border-color: #F63D91; }
span { border-color: rgb(246,61,145); }
td.TdClassName
{
border-color: #F63D91;
}
.TagClassName
{
border-color: #F63D91;
}
</style>