Shades of Violet Red #FB4095
Tints of Violet Red #FB4095
RGB
CMYK
RGB Variations
Color information
#FB4095 (or 0xFB4095) is known color: Violet Red. HEX triplet: FB, 40 and 95. RGB value is (251,64,149). Sum of RGB (Red+Green+Blue) = 251+64+149=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4095 is #04BF6A. Grayscale: #818181. Windows color (decimal): -311147 or 9781499. OLE color: 9781499.
HSL color Cylindrical-coordinate representation of color #FB4095: hue angle of 332.73º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4095 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 149 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.02 |
| HSL | 332.73º | 0.96% | 0.62% | - |
| HSV(B) | 332.73º | 0.75% | 0.98% | - |
| XYZ | 47.04 | 26.35 | 31.04 | - |
| YUV | 129.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 149 | 0 | 0.75 | 0.41 | 0.02 | 332.73 | 0.96 | 0.62 |
| Hex | FB | 40 | 95 | 0 | 4B | 29 | 2 | 14D | 60 | 3E |
| Octal | 373 | 100 | 225 | 0 | 113 | 51 | 2 | 515 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10010101 | 0 | 1001011 | 101001 | 10 | 101001101 | 1100000 | 111110 |
Color Harmonies of #FB4095
Complementary color
Monochromatic Colors of #FB4095
Black with #FB4095
Text Example
Text Example
White with #FB4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4095; }
p { color: rgb(251,64,149); }
H1.HeaderClassName
{
color: #FB4095;
}
.AnyTagClassName
{
color: #FB4095;
}
</style>
background-color css
<style>
a { background-color: #FB4095; }
a { background-color: rgb(251,64,149); }
div.DivClassName
{
background-color: #FB4095;
}
.BgClassName
{
background-color: #FB4095;
}
</style>
border-color css
<style>
span { border-color: #FB4095; }
span { border-color: rgb(251,64,149); }
td.TdClassName
{
border-color: #FB4095;
}
.TagClassName
{
border-color: #FB4095;
}
</style>