Shades of Violet Red #F63D83
Tints of Violet Red #F63D83
RGB
CMYK
RGB Variations
Color information
#F63D83 (or 0xF63D83) is known color: Violet Red. HEX triplet: F6, 3D and 83. RGB value is (246,61,131). Sum of RGB (Red+Green+Blue) = 246+61+131=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63D83 is #09C27C. Grayscale: #7C7C7C. Windows color (decimal): -639613 or 8601078. OLE color: 8601078.
HSL color Cylindrical-coordinate representation of color #F63D83: hue angle of 337.3º 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 #F63D83 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 131 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.04 |
| HSL | 337.3º | 0.91% | 0.6% | - |
| HSV(B) | 337.3º | 0.75% | 0.96% | - |
| XYZ | 43.77 | 24.57 | 23.91 | - |
| YUV | 124.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 131 | 0 | 0.75 | 0.47 | 0.04 | 337.3 | 0.91 | 0.6 |
| Hex | F6 | 3D | 83 | 0 | 4B | 2F | 4 | 151 | 5B | 3C |
| Octal | 366 | 75 | 203 | 0 | 113 | 57 | 4 | 521 | 133 | 74 |
| Binary | 11110110 | 111101 | 10000011 | 0 | 1001011 | 101111 | 100 | 101010001 | 1011011 | 111100 |
Color Harmonies of #F63D83
Complementary color
Monochromatic Colors of #F63D83
Black with #F63D83
Text Example
Text Example
White with #F63D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D83; }
p { color: rgb(246,61,131); }
H1.HeaderClassName
{
color: #F63D83;
}
.AnyTagClassName
{
color: #F63D83;
}
</style>
background-color css
<style>
a { background-color: #F63D83; }
a { background-color: rgb(246,61,131); }
div.DivClassName
{
background-color: #F63D83;
}
.BgClassName
{
background-color: #F63D83;
}
</style>
border-color css
<style>
span { border-color: #F63D83; }
span { border-color: rgb(246,61,131); }
td.TdClassName
{
border-color: #F63D83;
}
.TagClassName
{
border-color: #F63D83;
}
</style>