Shades of Violet Red #FB2B7C
Tints of Violet Red #FB2B7C
RGB
CMYK
RGB Variations
Color information
#FB2B7C (or 0xFB2B7C) is known color: Violet Red. HEX triplet: FB, 2B and 7C. RGB value is (251,43,124). Sum of RGB (Red+Green+Blue) = 251+43+124=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B7C is #04D483. Grayscale: #727272. Windows color (decimal): -316548 or 8137723. OLE color: 8137723.
HSL color Cylindrical-coordinate representation of color #FB2B7C: hue angle of 336.63º 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 #FB2B7C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 124 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.02 |
| HSL | 336.63º | 0.96% | 0.58% | - |
| HSV(B) | 336.63º | 0.83% | 0.98% | - |
| XYZ | 44.29 | 23.69 | 21.31 | - |
| YUV | 114.43 | 133.41 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 124 | 0 | 0.83 | 0.51 | 0.02 | 336.63 | 0.96 | 0.58 |
| Hex | FB | 2B | 7C | 0 | 53 | 33 | 2 | 151 | 60 | 3A |
| Octal | 373 | 53 | 174 | 0 | 123 | 63 | 2 | 521 | 140 | 72 |
| Binary | 11111011 | 101011 | 1111100 | 0 | 1010011 | 110011 | 10 | 101010001 | 1100000 | 111010 |
Color Harmonies of #FB2B7C
Complementary color
Monochromatic Colors of #FB2B7C
Black with #FB2B7C
Text Example
Text Example
White with #FB2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B7C; }
p { color: rgb(251,43,124); }
H1.HeaderClassName
{
color: #FB2B7C;
}
.AnyTagClassName
{
color: #FB2B7C;
}
</style>
background-color css
<style>
a { background-color: #FB2B7C; }
a { background-color: rgb(251,43,124); }
div.DivClassName
{
background-color: #FB2B7C;
}
.BgClassName
{
background-color: #FB2B7C;
}
</style>
border-color css
<style>
span { border-color: #FB2B7C; }
span { border-color: rgb(251,43,124); }
td.TdClassName
{
border-color: #FB2B7C;
}
.TagClassName
{
border-color: #FB2B7C;
}
</style>