Shades of Violet #FB8DF5
Tints of Violet #FB8DF5
RGB
CMYK
RGB Variations
Color information
#FB8DF5 (or 0xFB8DF5) is known color: Violet. HEX triplet: FB, 8D and F5. RGB value is (251,141,245). Sum of RGB (Red+Green+Blue) = 251+141+245=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 141 (55.47% from 255 or 22.14% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DF5 is #04720A. Grayscale: #B9B9B9. Windows color (decimal): -291339 or 16092667. OLE color: 16092667.
HSL color Cylindrical-coordinate representation of color #FB8DF5: hue angle of 303.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DF5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 245 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.02 |
| HSL | 303.27º | 0.93% | 0.77% | - |
| HSV(B) | 303.27º | 0.44% | 0.98% | - |
| XYZ | 65.79 | 46.15 | 91.83 | - |
| YUV | 185.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 245 | 0 | 0.44 | 0.02 | 0.02 | 303.27 | 0.93 | 0.77 |
| Hex | FB | 8D | F5 | 0 | 2C | 2 | 2 | 12F | 5D | 4D |
| Octal | 373 | 215 | 365 | 0 | 54 | 2 | 2 | 457 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11110101 | 0 | 101100 | 10 | 10 | 100101111 | 1011101 | 1001101 |
Color Harmonies of #FB8DF5
Complementary color
Monochromatic Colors of #FB8DF5
Black with #FB8DF5
Text Example
Text Example
White with #FB8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DF5; }
p { color: rgb(251,141,245); }
H1.HeaderClassName
{
color: #FB8DF5;
}
.AnyTagClassName
{
color: #FB8DF5;
}
</style>
background-color css
<style>
a { background-color: #FB8DF5; }
a { background-color: rgb(251,141,245); }
div.DivClassName
{
background-color: #FB8DF5;
}
.BgClassName
{
background-color: #FB8DF5;
}
</style>
border-color css
<style>
span { border-color: #FB8DF5; }
span { border-color: rgb(251,141,245); }
td.TdClassName
{
border-color: #FB8DF5;
}
.TagClassName
{
border-color: #FB8DF5;
}
</style>