Shades of Violet Red #FB4592
Tints of Violet Red #FB4592
RGB
CMYK
RGB Variations
Color information
#FB4592 (or 0xFB4592) is known color: Violet Red. HEX triplet: FB, 45 and 92. RGB value is (251,69,146). Sum of RGB (Red+Green+Blue) = 251+69+146=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4592 is #04BA6D. Grayscale: #848484. Windows color (decimal): -309870 or 9586171. OLE color: 9586171.
HSL color Cylindrical-coordinate representation of color #FB4592: hue angle of 334.62º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4592 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 146 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.02 |
| HSL | 334.62º | 0.96% | 0.63% | - |
| HSV(B) | 334.62º | 0.73% | 0.98% | - |
| XYZ | 47.1 | 26.84 | 29.89 | - |
| YUV | 132.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 146 | 0 | 0.73 | 0.42 | 0.02 | 334.62 | 0.96 | 0.63 |
| Hex | FB | 45 | 92 | 0 | 49 | 2A | 2 | 14F | 60 | 3F |
| Octal | 373 | 105 | 222 | 0 | 111 | 52 | 2 | 517 | 140 | 77 |
| Binary | 11111011 | 1000101 | 10010010 | 0 | 1001001 | 101010 | 10 | 101001111 | 1100000 | 111111 |
Color Harmonies of #FB4592
Complementary color
Monochromatic Colors of #FB4592
Black with #FB4592
Text Example
Text Example
White with #FB4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4592; }
p { color: rgb(251,69,146); }
H1.HeaderClassName
{
color: #FB4592;
}
.AnyTagClassName
{
color: #FB4592;
}
</style>
background-color css
<style>
a { background-color: #FB4592; }
a { background-color: rgb(251,69,146); }
div.DivClassName
{
background-color: #FB4592;
}
.BgClassName
{
background-color: #FB4592;
}
</style>
border-color css
<style>
span { border-color: #FB4592; }
span { border-color: rgb(251,69,146); }
td.TdClassName
{
border-color: #FB4592;
}
.TagClassName
{
border-color: #FB4592;
}
</style>