Shades of Violet Red #FB4191
Tints of Violet Red #FB4191
RGB
CMYK
RGB Variations
Color information
#FB4191 (or 0xFB4191) is known color: Violet Red. HEX triplet: FB, 41 and 91. RGB value is (251,65,145). Sum of RGB (Red+Green+Blue) = 251+65+145=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4191 is #04BE6E. Grayscale: #818181. Windows color (decimal): -310895 or 9519611. OLE color: 9519611.
HSL color Cylindrical-coordinate representation of color #FB4191: hue angle of 334.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4191 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 145 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.02 |
| HSL | 334.19º | 0.96% | 0.62% | - |
| HSV(B) | 334.19º | 0.74% | 0.98% | - |
| XYZ | 46.78 | 26.33 | 29.41 | - |
| YUV | 129.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 145 | 0 | 0.74 | 0.42 | 0.02 | 334.19 | 0.96 | 0.62 |
| Hex | FB | 41 | 91 | 0 | 4A | 2A | 2 | 14E | 60 | 3E |
| Octal | 373 | 101 | 221 | 0 | 112 | 52 | 2 | 516 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10010001 | 0 | 1001010 | 101010 | 10 | 101001110 | 1100000 | 111110 |
Color Harmonies of #FB4191
Complementary color
Monochromatic Colors of #FB4191
Black with #FB4191
Text Example
Text Example
White with #FB4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4191; }
p { color: rgb(251,65,145); }
H1.HeaderClassName
{
color: #FB4191;
}
.AnyTagClassName
{
color: #FB4191;
}
</style>
background-color css
<style>
a { background-color: #FB4191; }
a { background-color: rgb(251,65,145); }
div.DivClassName
{
background-color: #FB4191;
}
.BgClassName
{
background-color: #FB4191;
}
</style>
border-color css
<style>
span { border-color: #FB4191; }
span { border-color: rgb(251,65,145); }
td.TdClassName
{
border-color: #FB4191;
}
.TagClassName
{
border-color: #FB4191;
}
</style>