Shades of Violet Red #F63B90
Tints of Violet Red #F63B90
RGB
CMYK
RGB Variations
Color information
#F63B90 (or 0xF63B90) is known color: Violet Red. HEX triplet: F6, 3B and 90. RGB value is (246,59,144). Sum of RGB (Red+Green+Blue) = 246+59+144=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63B90 is #09C46F. Grayscale: #7C7C7C. Windows color (decimal): -640112 or 9452534. OLE color: 9452534.
HSL color Cylindrical-coordinate representation of color #F63B90: hue angle of 332.73º 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 #F63B90 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 144 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.04 |
| HSL | 332.73º | 0.91% | 0.6% | - |
| HSV(B) | 332.73º | 0.76% | 0.96% | - |
| XYZ | 44.6 | 24.73 | 28.81 | - |
| YUV | 124.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 144 | 0 | 0.76 | 0.41 | 0.04 | 332.73 | 0.91 | 0.6 |
| Hex | F6 | 3B | 90 | 0 | 4C | 29 | 4 | 14D | 5B | 3C |
| Octal | 366 | 73 | 220 | 0 | 114 | 51 | 4 | 515 | 133 | 74 |
| Binary | 11110110 | 111011 | 10010000 | 0 | 1001100 | 101001 | 100 | 101001101 | 1011011 | 111100 |
Color Harmonies of #F63B90
Complementary color
Monochromatic Colors of #F63B90
Black with #F63B90
Text Example
Text Example
White with #F63B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B90; }
p { color: rgb(246,59,144); }
H1.HeaderClassName
{
color: #F63B90;
}
.AnyTagClassName
{
color: #F63B90;
}
</style>
background-color css
<style>
a { background-color: #F63B90; }
a { background-color: rgb(246,59,144); }
div.DivClassName
{
background-color: #F63B90;
}
.BgClassName
{
background-color: #F63B90;
}
</style>
border-color css
<style>
span { border-color: #F63B90; }
span { border-color: rgb(246,59,144); }
td.TdClassName
{
border-color: #F63B90;
}
.TagClassName
{
border-color: #F63B90;
}
</style>