Shades of Violet Red #F63285
Tints of Violet Red #F63285
RGB
CMYK
RGB Variations
Color information
#F63285 (or 0xF63285) is known color: Violet Red. HEX triplet: F6, 32 and 85. RGB value is (246,50,133). Sum of RGB (Red+Green+Blue) = 246+50+133=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F63285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63285 is #09CD7A. Grayscale: #757575. Windows color (decimal): -642427 or 8729334. OLE color: 8729334.
HSL color Cylindrical-coordinate representation of color #F63285: hue angle of 334.59º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63285 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 133 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.04 |
| HSL | 334.59º | 0.92% | 0.58% | - |
| HSV(B) | 334.59º | 0.8% | 0.96% | - |
| XYZ | 43.38 | 23.57 | 24.45 | - |
| YUV | 118.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 133 | 0 | 0.80 | 0.46 | 0.04 | 334.59 | 0.92 | 0.58 |
| Hex | F6 | 32 | 85 | 0 | 50 | 2E | 4 | 14F | 5C | 3A |
| Octal | 366 | 62 | 205 | 0 | 120 | 56 | 4 | 517 | 134 | 72 |
| Binary | 11110110 | 110010 | 10000101 | 0 | 1010000 | 101110 | 100 | 101001111 | 1011100 | 111010 |
Color Harmonies of #F63285
Complementary color
Monochromatic Colors of #F63285
Black with #F63285
Text Example
Text Example
White with #F63285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63285; }
p { color: rgb(246,50,133); }
H1.HeaderClassName
{
color: #F63285;
}
.AnyTagClassName
{
color: #F63285;
}
</style>
background-color css
<style>
a { background-color: #F63285; }
a { background-color: rgb(246,50,133); }
div.DivClassName
{
background-color: #F63285;
}
.BgClassName
{
background-color: #F63285;
}
</style>
border-color css
<style>
span { border-color: #F63285; }
span { border-color: rgb(246,50,133); }
td.TdClassName
{
border-color: #F63285;
}
.TagClassName
{
border-color: #F63285;
}
</style>