Shades of Violet Red #FB2E7A
Tints of Violet Red #FB2E7A
RGB
CMYK
RGB Variations
Color information
#FB2E7A (or 0xFB2E7A) is known color: Violet Red. HEX triplet: FB, 2E and 7A. RGB value is (251,46,122). Sum of RGB (Red+Green+Blue) = 251+46+122=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E7A is #04D185. Grayscale: #737373. Windows color (decimal): -315782 or 8007419. OLE color: 8007419.
HSL color Cylindrical-coordinate representation of color #FB2E7A: hue angle of 337.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2E7A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 122 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.02 |
| HSL | 337.76º | 0.96% | 0.58% | - |
| HSV(B) | 337.76º | 0.82% | 0.98% | - |
| XYZ | 44.27 | 23.87 | 20.69 | - |
| YUV | 115.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 122 | 0 | 0.82 | 0.51 | 0.02 | 337.76 | 0.96 | 0.58 |
| Hex | FB | 2E | 7A | 0 | 52 | 33 | 2 | 152 | 60 | 3A |
| Octal | 373 | 56 | 172 | 0 | 122 | 63 | 2 | 522 | 140 | 72 |
| Binary | 11111011 | 101110 | 1111010 | 0 | 1010010 | 110011 | 10 | 101010010 | 1100000 | 111010 |
Color Harmonies of #FB2E7A
Complementary color
Monochromatic Colors of #FB2E7A
Black with #FB2E7A
Text Example
Text Example
White with #FB2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E7A; }
p { color: rgb(251,46,122); }
H1.HeaderClassName
{
color: #FB2E7A;
}
.AnyTagClassName
{
color: #FB2E7A;
}
</style>
background-color css
<style>
a { background-color: #FB2E7A; }
a { background-color: rgb(251,46,122); }
div.DivClassName
{
background-color: #FB2E7A;
}
.BgClassName
{
background-color: #FB2E7A;
}
</style>
border-color css
<style>
span { border-color: #FB2E7A; }
span { border-color: rgb(251,46,122); }
td.TdClassName
{
border-color: #FB2E7A;
}
.TagClassName
{
border-color: #FB2E7A;
}
</style>