Shades of Violet Red #FB4491
Tints of Violet Red #FB4491
RGB
CMYK
RGB Variations
Color information
#FB4491 (or 0xFB4491) is known color: Violet Red. HEX triplet: FB, 44 and 91. RGB value is (251,68,145). Sum of RGB (Red+Green+Blue) = 251+68+145=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4491 is #04BB6E. Grayscale: #838383. Windows color (decimal): -310127 or 9520379. OLE color: 9520379.
HSL color Cylindrical-coordinate representation of color #FB4491: hue angle of 334.75º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4491 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 145 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.75º | 0.96% | 0.63% | - |
| HSV(B) | 334.75º | 0.73% | 0.98% | - |
| XYZ | 46.96 | 26.69 | 29.46 | - |
| YUV | 131.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 145 | 0 | 0.73 | 0.42 | 0.02 | 334.75 | 0.96 | 0.63 |
| Hex | FB | 44 | 91 | 0 | 49 | 2A | 2 | 14F | 60 | 3F |
| Octal | 373 | 104 | 221 | 0 | 111 | 52 | 2 | 517 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10010001 | 0 | 1001001 | 101010 | 10 | 101001111 | 1100000 | 111111 |
Color Harmonies of #FB4491
Complementary color
Monochromatic Colors of #FB4491
Black with #FB4491
Text Example
Text Example
White with #FB4491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4491; }
p { color: rgb(251,68,145); }
H1.HeaderClassName
{
color: #FB4491;
}
.AnyTagClassName
{
color: #FB4491;
}
</style>
background-color css
<style>
a { background-color: #FB4491; }
a { background-color: rgb(251,68,145); }
div.DivClassName
{
background-color: #FB4491;
}
.BgClassName
{
background-color: #FB4491;
}
</style>
border-color css
<style>
span { border-color: #FB4491; }
span { border-color: rgb(251,68,145); }
td.TdClassName
{
border-color: #FB4491;
}
.TagClassName
{
border-color: #FB4491;
}
</style>