Shades of Violet #FB82F4
Tints of Violet #FB82F4
RGB
CMYK
RGB Variations
Color information
#FB82F4 (or 0xFB82F4) is known color: Violet. HEX triplet: FB, 82 and F4. RGB value is (251,130,244). Sum of RGB (Red+Green+Blue) = 251+130+244=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82F4 is #047D0B. Grayscale: #B2B2B2. Windows color (decimal): -294156 or 16024315. OLE color: 16024315.
HSL color Cylindrical-coordinate representation of color #FB82F4: hue angle of 303.47º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82F4 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 244 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.02 |
| HSL | 303.47º | 0.94% | 0.75% | - |
| HSV(B) | 303.47º | 0.48% | 0.98% | - |
| XYZ | 64.1 | 43.01 | 90.51 | - |
| YUV | 179.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 244 | 0 | 0.48 | 0.03 | 0.02 | 303.47 | 0.94 | 0.75 |
| Hex | FB | 82 | F4 | 0 | 30 | 3 | 2 | 12F | 5E | 4B |
| Octal | 373 | 202 | 364 | 0 | 60 | 3 | 2 | 457 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11110100 | 0 | 110000 | 11 | 10 | 100101111 | 1011110 | 1001011 |
Color Harmonies of #FB82F4
Complementary color
Monochromatic Colors of #FB82F4
Black with #FB82F4
Text Example
Text Example
White with #FB82F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82F4; }
p { color: rgb(251,130,244); }
H1.HeaderClassName
{
color: #FB82F4;
}
.AnyTagClassName
{
color: #FB82F4;
}
</style>
background-color css
<style>
a { background-color: #FB82F4; }
a { background-color: rgb(251,130,244); }
div.DivClassName
{
background-color: #FB82F4;
}
.BgClassName
{
background-color: #FB82F4;
}
</style>
border-color css
<style>
span { border-color: #FB82F4; }
span { border-color: rgb(251,130,244); }
td.TdClassName
{
border-color: #FB82F4;
}
.TagClassName
{
border-color: #FB82F4;
}
</style>