Shades of Violet Red #FB4080
Tints of Violet Red #FB4080
RGB
CMYK
RGB Variations
Color information
#FB4080 (or 0xFB4080) is known color: Violet Red. HEX triplet: FB, 40 and 80. RGB value is (251,64,128). Sum of RGB (Red+Green+Blue) = 251+64+128=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4080 is #04BF7F. Grayscale: #7F7F7F. Windows color (decimal): -311168 or 8405243. OLE color: 8405243.
HSL color Cylindrical-coordinate representation of color #FB4080: hue angle of 339.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4080 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 128 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.02 |
| HSL | 339.47º | 0.96% | 0.62% | - |
| HSV(B) | 339.47º | 0.75% | 0.98% | - |
| XYZ | 45.51 | 25.73 | 22.99 | - |
| YUV | 127.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 128 | 0 | 0.75 | 0.49 | 0.02 | 339.47 | 0.96 | 0.62 |
| Hex | FB | 40 | 80 | 0 | 4B | 31 | 2 | 153 | 60 | 3E |
| Octal | 373 | 100 | 200 | 0 | 113 | 61 | 2 | 523 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10000000 | 0 | 1001011 | 110001 | 10 | 101010011 | 1100000 | 111110 |
Color Harmonies of #FB4080
Complementary color
Monochromatic Colors of #FB4080
Black with #FB4080
Text Example
Text Example
White with #FB4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4080; }
p { color: rgb(251,64,128); }
H1.HeaderClassName
{
color: #FB4080;
}
.AnyTagClassName
{
color: #FB4080;
}
</style>
background-color css
<style>
a { background-color: #FB4080; }
a { background-color: rgb(251,64,128); }
div.DivClassName
{
background-color: #FB4080;
}
.BgClassName
{
background-color: #FB4080;
}
</style>
border-color css
<style>
span { border-color: #FB4080; }
span { border-color: rgb(251,64,128); }
td.TdClassName
{
border-color: #FB4080;
}
.TagClassName
{
border-color: #FB4080;
}
</style>