Shades of Violet Red #FB4791
Tints of Violet Red #FB4791
RGB
CMYK
RGB Variations
Color information
#FB4791 (or 0xFB4791) is known color: Violet Red. HEX triplet: FB, 47 and 91. RGB value is (251,71,145). Sum of RGB (Red+Green+Blue) = 251+71+145=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4791 is #04B86E. Grayscale: #858585. Windows color (decimal): -309359 or 9521147. OLE color: 9521147.
HSL color Cylindrical-coordinate representation of color #FB4791: hue angle of 335.33º 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 #FB4791 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 145 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.02 |
| HSL | 335.33º | 0.96% | 0.63% | - |
| HSV(B) | 335.33º | 0.72% | 0.98% | - |
| XYZ | 47.15 | 27.06 | 29.53 | - |
| YUV | 133.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 145 | 0 | 0.72 | 0.42 | 0.02 | 335.33 | 0.96 | 0.63 |
| Hex | FB | 47 | 91 | 0 | 48 | 2A | 2 | 14F | 60 | 3F |
| Octal | 373 | 107 | 221 | 0 | 110 | 52 | 2 | 517 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10010001 | 0 | 1001000 | 101010 | 10 | 101001111 | 1100000 | 111111 |
Color Harmonies of #FB4791
Complementary color
Monochromatic Colors of #FB4791
Black with #FB4791
Text Example
Text Example
White with #FB4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4791; }
p { color: rgb(251,71,145); }
H1.HeaderClassName
{
color: #FB4791;
}
.AnyTagClassName
{
color: #FB4791;
}
</style>
background-color css
<style>
a { background-color: #FB4791; }
a { background-color: rgb(251,71,145); }
div.DivClassName
{
background-color: #FB4791;
}
.BgClassName
{
background-color: #FB4791;
}
</style>
border-color css
<style>
span { border-color: #FB4791; }
span { border-color: rgb(251,71,145); }
td.TdClassName
{
border-color: #FB4791;
}
.TagClassName
{
border-color: #FB4791;
}
</style>