Shades of Violet Red #FB2B7B
Tints of Violet Red #FB2B7B
RGB
CMYK
RGB Variations
Color information
#FB2B7B (or 0xFB2B7B) is known color: Violet Red. HEX triplet: FB, 2B and 7B. RGB value is (251,43,123). Sum of RGB (Red+Green+Blue) = 251+43+123=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B7B is #04D484. Grayscale: #727272. Windows color (decimal): -316549 or 8072187. OLE color: 8072187.
HSL color Cylindrical-coordinate representation of color #FB2B7B: hue angle of 336.92º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B7B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 123 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.02 |
| HSL | 336.92º | 0.96% | 0.58% | - |
| HSV(B) | 336.92º | 0.83% | 0.98% | - |
| XYZ | 44.22 | 23.67 | 20.98 | - |
| YUV | 114.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 123 | 0 | 0.83 | 0.51 | 0.02 | 336.92 | 0.96 | 0.58 |
| Hex | FB | 2B | 7B | 0 | 53 | 33 | 2 | 151 | 60 | 3A |
| Octal | 373 | 53 | 173 | 0 | 123 | 63 | 2 | 521 | 140 | 72 |
| Binary | 11111011 | 101011 | 1111011 | 0 | 1010011 | 110011 | 10 | 101010001 | 1100000 | 111010 |
Color Harmonies of #FB2B7B
Complementary color
Monochromatic Colors of #FB2B7B
Black with #FB2B7B
Text Example
Text Example
White with #FB2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B7B; }
p { color: rgb(251,43,123); }
H1.HeaderClassName
{
color: #FB2B7B;
}
.AnyTagClassName
{
color: #FB2B7B;
}
</style>
background-color css
<style>
a { background-color: #FB2B7B; }
a { background-color: rgb(251,43,123); }
div.DivClassName
{
background-color: #FB2B7B;
}
.BgClassName
{
background-color: #FB2B7B;
}
</style>
border-color css
<style>
span { border-color: #FB2B7B; }
span { border-color: rgb(251,43,123); }
td.TdClassName
{
border-color: #FB2B7B;
}
.TagClassName
{
border-color: #FB2B7B;
}
</style>