Shades of Violet Red #F63580
Tints of Violet Red #F63580
RGB
CMYK
RGB Variations
Color information
#F63580 (or 0xF63580) is known color: Violet Red. HEX triplet: F6, 35 and 80. RGB value is (246,53,128). Sum of RGB (Red+Green+Blue) = 246+53+128=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F63580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63580 is #09CA7F. Grayscale: #777777. Windows color (decimal): -641664 or 8402422. OLE color: 8402422.
HSL color Cylindrical-coordinate representation of color #F63580: hue angle of 336.68º 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 #F63580 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 128 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.04 |
| HSL | 336.68º | 0.91% | 0.59% | - |
| HSV(B) | 336.68º | 0.78% | 0.96% | - |
| XYZ | 43.18 | 23.7 | 22.72 | - |
| YUV | 119.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 128 | 0 | 0.78 | 0.48 | 0.04 | 336.68 | 0.91 | 0.59 |
| Hex | F6 | 35 | 80 | 0 | 4E | 30 | 4 | 151 | 5B | 3B |
| Octal | 366 | 65 | 200 | 0 | 116 | 60 | 4 | 521 | 133 | 73 |
| Binary | 11110110 | 110101 | 10000000 | 0 | 1001110 | 110000 | 100 | 101010001 | 1011011 | 111011 |
Color Harmonies of #F63580
Complementary color
Monochromatic Colors of #F63580
Black with #F63580
Text Example
Text Example
White with #F63580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63580; }
p { color: rgb(246,53,128); }
H1.HeaderClassName
{
color: #F63580;
}
.AnyTagClassName
{
color: #F63580;
}
</style>
background-color css
<style>
a { background-color: #F63580; }
a { background-color: rgb(246,53,128); }
div.DivClassName
{
background-color: #F63580;
}
.BgClassName
{
background-color: #F63580;
}
</style>
border-color css
<style>
span { border-color: #F63580; }
span { border-color: rgb(246,53,128); }
td.TdClassName
{
border-color: #F63580;
}
.TagClassName
{
border-color: #F63580;
}
</style>