Shades of Violet Red #FB4786
Tints of Violet Red #FB4786
RGB
CMYK
RGB Variations
Color information
#FB4786 (or 0xFB4786) is known color: Violet Red. HEX triplet: FB, 47 and 86. RGB value is (251,71,134). Sum of RGB (Red+Green+Blue) = 251+71+134=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4786 is #04B879. Grayscale: #838383. Windows color (decimal): -309370 or 8800251. OLE color: 8800251.
HSL color Cylindrical-coordinate representation of color #FB4786: hue angle of 339º 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 #FB4786 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 134 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.02 |
| HSL | 339º | 0.96% | 0.63% | - |
| HSV(B) | 339º | 0.72% | 0.98% | - |
| XYZ | 46.34 | 26.74 | 25.27 | - |
| YUV | 132 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 134 | 0 | 0.72 | 0.47 | 0.02 | 339 | 0.96 | 0.63 |
| Hex | FB | 47 | 86 | 0 | 48 | 2F | 2 | 153 | 60 | 3F |
| Octal | 373 | 107 | 206 | 0 | 110 | 57 | 2 | 523 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10000110 | 0 | 1001000 | 101111 | 10 | 101010011 | 1100000 | 111111 |
Color Harmonies of #FB4786
Complementary color
Monochromatic Colors of #FB4786
Black with #FB4786
Text Example
Text Example
White with #FB4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4786; }
p { color: rgb(251,71,134); }
H1.HeaderClassName
{
color: #FB4786;
}
.AnyTagClassName
{
color: #FB4786;
}
</style>
background-color css
<style>
a { background-color: #FB4786; }
a { background-color: rgb(251,71,134); }
div.DivClassName
{
background-color: #FB4786;
}
.BgClassName
{
background-color: #FB4786;
}
</style>
border-color css
<style>
span { border-color: #FB4786; }
span { border-color: rgb(251,71,134); }
td.TdClassName
{
border-color: #FB4786;
}
.TagClassName
{
border-color: #FB4786;
}
</style>