Shades of Violet Red #FB4686
Tints of Violet Red #FB4686
RGB
CMYK
RGB Variations
Color information
#FB4686 (or 0xFB4686) is known color: Violet Red. HEX triplet: FB, 46 and 86. RGB value is (251,70,134). Sum of RGB (Red+Green+Blue) = 251+70+134=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4686 is #04B979. Grayscale: #838383. Windows color (decimal): -309626 or 8799995. OLE color: 8799995.
HSL color Cylindrical-coordinate representation of color #FB4686: hue angle of 338.78º 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 #FB4686 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 134 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.02 |
| HSL | 338.78º | 0.96% | 0.63% | - |
| HSV(B) | 338.78º | 0.72% | 0.98% | - |
| XYZ | 46.28 | 26.61 | 25.25 | - |
| YUV | 131.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 134 | 0 | 0.72 | 0.47 | 0.02 | 338.78 | 0.96 | 0.63 |
| Hex | FB | 46 | 86 | 0 | 48 | 2F | 2 | 153 | 60 | 3F |
| Octal | 373 | 106 | 206 | 0 | 110 | 57 | 2 | 523 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10000110 | 0 | 1001000 | 101111 | 10 | 101010011 | 1100000 | 111111 |
Color Harmonies of #FB4686
Complementary color
Monochromatic Colors of #FB4686
Black with #FB4686
Text Example
Text Example
White with #FB4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4686; }
p { color: rgb(251,70,134); }
H1.HeaderClassName
{
color: #FB4686;
}
.AnyTagClassName
{
color: #FB4686;
}
</style>
background-color css
<style>
a { background-color: #FB4686; }
a { background-color: rgb(251,70,134); }
div.DivClassName
{
background-color: #FB4686;
}
.BgClassName
{
background-color: #FB4686;
}
</style>
border-color css
<style>
span { border-color: #FB4686; }
span { border-color: rgb(251,70,134); }
td.TdClassName
{
border-color: #FB4686;
}
.TagClassName
{
border-color: #FB4686;
}
</style>