Shades of Violet Red #F63680
Tints of Violet Red #F63680
RGB
CMYK
RGB Variations
Color information
#F63680 (or 0xF63680) is known color: Violet Red. HEX triplet: F6, 36 and 80. RGB value is (246,54,128). Sum of RGB (Red+Green+Blue) = 246+54+128=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F63680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63680 is #09C97F. Grayscale: #777777. Windows color (decimal): -641408 or 8402678. OLE color: 8402678.
HSL color Cylindrical-coordinate representation of color #F63680: hue angle of 336.88º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63680 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 128 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.04 |
| HSL | 336.88º | 0.91% | 0.59% | - |
| HSV(B) | 336.88º | 0.78% | 0.96% | - |
| XYZ | 43.22 | 23.79 | 22.74 | - |
| YUV | 119.84 | 132.61 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 128 | 0 | 0.78 | 0.48 | 0.04 | 336.88 | 0.91 | 0.59 |
| Hex | F6 | 36 | 80 | 0 | 4E | 30 | 4 | 151 | 5B | 3B |
| Octal | 366 | 66 | 200 | 0 | 116 | 60 | 4 | 521 | 133 | 73 |
| Binary | 11110110 | 110110 | 10000000 | 0 | 1001110 | 110000 | 100 | 101010001 | 1011011 | 111011 |
Color Harmonies of #F63680
Complementary color
Monochromatic Colors of #F63680
Black with #F63680
Text Example
Text Example
White with #F63680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63680; }
p { color: rgb(246,54,128); }
H1.HeaderClassName
{
color: #F63680;
}
.AnyTagClassName
{
color: #F63680;
}
</style>
background-color css
<style>
a { background-color: #F63680; }
a { background-color: rgb(246,54,128); }
div.DivClassName
{
background-color: #F63680;
}
.BgClassName
{
background-color: #F63680;
}
</style>
border-color css
<style>
span { border-color: #F63680; }
span { border-color: rgb(246,54,128); }
td.TdClassName
{
border-color: #F63680;
}
.TagClassName
{
border-color: #F63680;
}
</style>