Shades of Violet Red #FB4392
Tints of Violet Red #FB4392
RGB
CMYK
RGB Variations
Color information
#FB4392 (or 0xFB4392) is known color: Violet Red. HEX triplet: FB, 43 and 92. RGB value is (251,67,146). Sum of RGB (Red+Green+Blue) = 251+67+146=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4392 is #04BC6D. Grayscale: #828282. Windows color (decimal): -310382 or 9585659. OLE color: 9585659.
HSL color Cylindrical-coordinate representation of color #FB4392: hue angle of 334.24º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4392 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 146 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.24º | 0.96% | 0.62% | - |
| HSV(B) | 334.24º | 0.73% | 0.98% | - |
| XYZ | 46.98 | 26.6 | 29.85 | - |
| YUV | 131.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 146 | 0 | 0.73 | 0.42 | 0.02 | 334.24 | 0.96 | 0.62 |
| Hex | FB | 43 | 92 | 0 | 49 | 2A | 2 | 14E | 60 | 3E |
| Octal | 373 | 103 | 222 | 0 | 111 | 52 | 2 | 516 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10010010 | 0 | 1001001 | 101010 | 10 | 101001110 | 1100000 | 111110 |
Color Harmonies of #FB4392
Complementary color
Monochromatic Colors of #FB4392
Black with #FB4392
Text Example
Text Example
White with #FB4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4392; }
p { color: rgb(251,67,146); }
H1.HeaderClassName
{
color: #FB4392;
}
.AnyTagClassName
{
color: #FB4392;
}
</style>
background-color css
<style>
a { background-color: #FB4392; }
a { background-color: rgb(251,67,146); }
div.DivClassName
{
background-color: #FB4392;
}
.BgClassName
{
background-color: #FB4392;
}
</style>
border-color css
<style>
span { border-color: #FB4392; }
span { border-color: rgb(251,67,146); }
td.TdClassName
{
border-color: #FB4392;
}
.TagClassName
{
border-color: #FB4392;
}
</style>