Shades of Violet #FB93FF
Tints of Violet #FB93FF
RGB
CMYK
RGB Variations
Color information
#FB93FF (or 0xFB93FF) is known color: Violet. HEX triplet: FB, 93 and FF. RGB value is (251,147,255). Sum of RGB (Red+Green+Blue) = 251+147+255=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 147 (57.81% from 255 or 22.51% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93FF is #046C00. Grayscale: #BEBEBE. Windows color (decimal): -289793 or 16749563. OLE color: 16749563.
HSL color Cylindrical-coordinate representation of color #FB93FF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB93FF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 147 | 255 | - |
| CMYK | 0.02 | 0.42 | 0 | 0 |
| HSL | 297.78º | 1% | 0.79% | - |
| HSV(B) | 297.78º | 0.42% | 1% | - |
| XYZ | 68.27 | 48.6 | 100.39 | - |
| YUV | 190.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 255 | 0.02 | 0.42 | 0 | 0 | 297.78 | 1 | 0.79 |
| Hex | FB | 93 | FF | 2 | 2A | 0 | 0 | 12A | 64 | 4F |
| Octal | 373 | 223 | 377 | 2 | 52 | 0 | 0 | 452 | 144 | 117 |
| Binary | 11111011 | 10010011 | 11111111 | 10 | 101010 | 0 | 0 | 100101010 | 1100100 | 1001111 |
Color Harmonies of #FB93FF
Complementary color
Monochromatic Colors of #FB93FF
Black with #FB93FF
Text Example
Text Example
White with #FB93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93FF; }
p { color: rgb(251,147,255); }
H1.HeaderClassName
{
color: #FB93FF;
}
.AnyTagClassName
{
color: #FB93FF;
}
</style>
background-color css
<style>
a { background-color: #FB93FF; }
a { background-color: rgb(251,147,255); }
div.DivClassName
{
background-color: #FB93FF;
}
.BgClassName
{
background-color: #FB93FF;
}
</style>
border-color css
<style>
span { border-color: #FB93FF; }
span { border-color: rgb(251,147,255); }
td.TdClassName
{
border-color: #FB93FF;
}
.TagClassName
{
border-color: #FB93FF;
}
</style>