Shades of Violet #FB93FB
Tints of Violet #FB93FB
RGB
CMYK
RGB Variations
Color information
#FB93FB (or 0xFB93FB) is known color: Violet. HEX triplet: FB, 93 and FB. RGB value is (251,147,251). Sum of RGB (Red+Green+Blue) = 251+147+251=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 147 (57.81% from 255 or 22.65% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB93FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93FB is #046C04. Grayscale: #BDBDBD. Windows color (decimal): -289797 or 16487419. OLE color: 16487419.
HSL color Cylindrical-coordinate representation of color #FB93FB: hue angle of 300º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93FB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 251 | - |
| CMYK | 0 | 0.41 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.78% | - |
| HSV(B) | 300º | 0.41% | 0.98% | - |
| XYZ | 67.63 | 48.34 | 97.03 | - |
| YUV | 189.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 251 | 0 | 0.41 | 0 | 0.02 | 300 | 0.93 | 0.78 |
| Hex | FB | 93 | FB | 0 | 29 | 0 | 2 | 12C | 5D | 4E |
| Octal | 373 | 223 | 373 | 0 | 51 | 0 | 2 | 454 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11111011 | 0 | 101001 | 0 | 10 | 100101100 | 1011101 | 1001110 |
Color Harmonies of #FB93FB
Complementary color
Monochromatic Colors of #FB93FB
Black with #FB93FB
Text Example
Text Example
White with #FB93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93FB; }
p { color: rgb(251,147,251); }
H1.HeaderClassName
{
color: #FB93FB;
}
.AnyTagClassName
{
color: #FB93FB;
}
</style>
background-color css
<style>
a { background-color: #FB93FB; }
a { background-color: rgb(251,147,251); }
div.DivClassName
{
background-color: #FB93FB;
}
.BgClassName
{
background-color: #FB93FB;
}
</style>
border-color css
<style>
span { border-color: #FB93FB; }
span { border-color: rgb(251,147,251); }
td.TdClassName
{
border-color: #FB93FB;
}
.TagClassName
{
border-color: #FB93FB;
}
</style>