Shades of Violet Red #FB4680
Tints of Violet Red #FB4680
RGB
CMYK
RGB Variations
Color information
#FB4680 (or 0xFB4680) is known color: Violet Red. HEX triplet: FB, 46 and 80. RGB value is (251,70,128). Sum of RGB (Red+Green+Blue) = 251+70+128=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4680 is #04B97F. Grayscale: #828282. Windows color (decimal): -309632 or 8406779. OLE color: 8406779.
HSL color Cylindrical-coordinate representation of color #FB4680: hue angle of 340.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4680 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 128 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.02 |
| HSL | 340.77º | 0.96% | 0.63% | - |
| HSV(B) | 340.77º | 0.72% | 0.98% | - |
| XYZ | 45.87 | 26.45 | 23.11 | - |
| YUV | 130.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 128 | 0 | 0.72 | 0.49 | 0.02 | 340.77 | 0.96 | 0.63 |
| Hex | FB | 46 | 80 | 0 | 48 | 31 | 2 | 155 | 60 | 3F |
| Octal | 373 | 106 | 200 | 0 | 110 | 61 | 2 | 525 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10000000 | 0 | 1001000 | 110001 | 10 | 101010101 | 1100000 | 111111 |
Color Harmonies of #FB4680
Complementary color
Monochromatic Colors of #FB4680
Black with #FB4680
Text Example
Text Example
White with #FB4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4680; }
p { color: rgb(251,70,128); }
H1.HeaderClassName
{
color: #FB4680;
}
.AnyTagClassName
{
color: #FB4680;
}
</style>
background-color css
<style>
a { background-color: #FB4680; }
a { background-color: rgb(251,70,128); }
div.DivClassName
{
background-color: #FB4680;
}
.BgClassName
{
background-color: #FB4680;
}
</style>
border-color css
<style>
span { border-color: #FB4680; }
span { border-color: rgb(251,70,128); }
td.TdClassName
{
border-color: #FB4680;
}
.TagClassName
{
border-color: #FB4680;
}
</style>