Shades of Violet Red #FB4690
Tints of Violet Red #FB4690
RGB
CMYK
RGB Variations
Color information
#FB4690 (or 0xFB4690) is known color: Violet Red. HEX triplet: FB, 46 and 90. RGB value is (251,70,144). Sum of RGB (Red+Green+Blue) = 251+70+144=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4690 is #04B96F. Grayscale: #848484. Windows color (decimal): -309616 or 9455355. OLE color: 9455355.
HSL color Cylindrical-coordinate representation of color #FB4690: hue angle of 335.47º 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 #FB4690 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 144 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.02 |
| HSL | 335.47º | 0.96% | 0.63% | - |
| HSV(B) | 335.47º | 0.72% | 0.98% | - |
| XYZ | 47.01 | 26.9 | 29.1 | - |
| YUV | 132.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 144 | 0 | 0.72 | 0.43 | 0.02 | 335.47 | 0.96 | 0.63 |
| Hex | FB | 46 | 90 | 0 | 48 | 2B | 2 | 14F | 60 | 3F |
| Octal | 373 | 106 | 220 | 0 | 110 | 53 | 2 | 517 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10010000 | 0 | 1001000 | 101011 | 10 | 101001111 | 1100000 | 111111 |
Color Harmonies of #FB4690
Complementary color
Monochromatic Colors of #FB4690
Black with #FB4690
Text Example
Text Example
White with #FB4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4690; }
p { color: rgb(251,70,144); }
H1.HeaderClassName
{
color: #FB4690;
}
.AnyTagClassName
{
color: #FB4690;
}
</style>
background-color css
<style>
a { background-color: #FB4690; }
a { background-color: rgb(251,70,144); }
div.DivClassName
{
background-color: #FB4690;
}
.BgClassName
{
background-color: #FB4690;
}
</style>
border-color css
<style>
span { border-color: #FB4690; }
span { border-color: rgb(251,70,144); }
td.TdClassName
{
border-color: #FB4690;
}
.TagClassName
{
border-color: #FB4690;
}
</style>