Shades of Violet Red #FB4682
Tints of Violet Red #FB4682
RGB
CMYK
RGB Variations
Color information
#FB4682 (or 0xFB4682) is known color: Violet Red. HEX triplet: FB, 46 and 82. RGB value is (251,70,130). Sum of RGB (Red+Green+Blue) = 251+70+130=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4682 is #04B97D. Grayscale: #828282. Windows color (decimal): -309630 or 8537851. OLE color: 8537851.
HSL color Cylindrical-coordinate representation of color #FB4682: hue angle of 340.11º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4682 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 130 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.02 |
| HSL | 340.11º | 0.96% | 0.63% | - |
| HSV(B) | 340.11º | 0.72% | 0.98% | - |
| XYZ | 46 | 26.5 | 23.81 | - |
| YUV | 130.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 130 | 0 | 0.72 | 0.48 | 0.02 | 340.11 | 0.96 | 0.63 |
| Hex | FB | 46 | 82 | 0 | 48 | 30 | 2 | 154 | 60 | 3F |
| Octal | 373 | 106 | 202 | 0 | 110 | 60 | 2 | 524 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10000010 | 0 | 1001000 | 110000 | 10 | 101010100 | 1100000 | 111111 |
Color Harmonies of #FB4682
Complementary color
Monochromatic Colors of #FB4682
Black with #FB4682
Text Example
Text Example
White with #FB4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4682; }
p { color: rgb(251,70,130); }
H1.HeaderClassName
{
color: #FB4682;
}
.AnyTagClassName
{
color: #FB4682;
}
</style>
background-color css
<style>
a { background-color: #FB4682; }
a { background-color: rgb(251,70,130); }
div.DivClassName
{
background-color: #FB4682;
}
.BgClassName
{
background-color: #FB4682;
}
</style>
border-color css
<style>
span { border-color: #FB4682; }
span { border-color: rgb(251,70,130); }
td.TdClassName
{
border-color: #FB4682;
}
.TagClassName
{
border-color: #FB4682;
}
</style>