Shades of Violet Red #F63383
Tints of Violet Red #F63383
RGB
CMYK
RGB Variations
Color information
#F63383 (or 0xF63383) is known color: Violet Red. HEX triplet: F6, 33 and 83. RGB value is (246,51,131). Sum of RGB (Red+Green+Blue) = 246+51+131=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F63383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63383 is #09CC7C. Grayscale: #767676. Windows color (decimal): -642173 or 8598518. OLE color: 8598518.
HSL color Cylindrical-coordinate representation of color #F63383: hue angle of 335.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63383 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 131 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.04 |
| HSL | 335.38º | 0.92% | 0.58% | - |
| HSV(B) | 335.38º | 0.79% | 0.96% | - |
| XYZ | 43.29 | 23.6 | 23.75 | - |
| YUV | 118.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 131 | 0 | 0.79 | 0.47 | 0.04 | 335.38 | 0.92 | 0.58 |
| Hex | F6 | 33 | 83 | 0 | 4F | 2F | 4 | 14F | 5C | 3A |
| Octal | 366 | 63 | 203 | 0 | 117 | 57 | 4 | 517 | 134 | 72 |
| Binary | 11110110 | 110011 | 10000011 | 0 | 1001111 | 101111 | 100 | 101001111 | 1011100 | 111010 |
Color Harmonies of #F63383
Complementary color
Monochromatic Colors of #F63383
Black with #F63383
Text Example
Text Example
White with #F63383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63383; }
p { color: rgb(246,51,131); }
H1.HeaderClassName
{
color: #F63383;
}
.AnyTagClassName
{
color: #F63383;
}
</style>
background-color css
<style>
a { background-color: #F63383; }
a { background-color: rgb(246,51,131); }
div.DivClassName
{
background-color: #F63383;
}
.BgClassName
{
background-color: #F63383;
}
</style>
border-color css
<style>
span { border-color: #F63383; }
span { border-color: rgb(246,51,131); }
td.TdClassName
{
border-color: #F63383;
}
.TagClassName
{
border-color: #F63383;
}
</style>