Shades of Violet #FB9FFF
Tints of Violet #FB9FFF
RGB
CMYK
RGB Variations
Color information
#FB9FFF (or 0xFB9FFF) is known color: Violet. HEX triplet: FB, 9F and FF. RGB value is (251,159,255). Sum of RGB (Red+Green+Blue) = 251+159+255=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 159 (62.5% from 255 or 23.91% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FFF is #046000. Grayscale: #C5C5C5. Windows color (decimal): -286721 or 16752635. OLE color: 16752635.
HSL color Cylindrical-coordinate representation of color #FB9FFF: hue angle of 297.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9FFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 159 | 255 | - |
| CMYK | 0.02 | 0.38 | 0 | 0 |
| HSL | 297.5º | 1% | 0.81% | - |
| HSV(B) | 297.5º | 0.38% | 1% | - |
| XYZ | 70.23 | 52.53 | 101.04 | - |
| YUV | 197.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 255 | 0.02 | 0.38 | 0 | 0 | 297.5 | 1 | 0.81 |
| Hex | FB | 9F | FF | 2 | 26 | 0 | 0 | 12A | 64 | 51 |
| Octal | 373 | 237 | 377 | 2 | 46 | 0 | 0 | 452 | 144 | 121 |
| Binary | 11111011 | 10011111 | 11111111 | 10 | 100110 | 0 | 0 | 100101010 | 1100100 | 1010001 |
Color Harmonies of #FB9FFF
Complementary color
Monochromatic Colors of #FB9FFF
Black with #FB9FFF
Text Example
Text Example
White with #FB9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FFF; }
p { color: rgb(251,159,255); }
H1.HeaderClassName
{
color: #FB9FFF;
}
.AnyTagClassName
{
color: #FB9FFF;
}
</style>
background-color css
<style>
a { background-color: #FB9FFF; }
a { background-color: rgb(251,159,255); }
div.DivClassName
{
background-color: #FB9FFF;
}
.BgClassName
{
background-color: #FB9FFF;
}
</style>
border-color css
<style>
span { border-color: #FB9FFF; }
span { border-color: rgb(251,159,255); }
td.TdClassName
{
border-color: #FB9FFF;
}
.TagClassName
{
border-color: #FB9FFF;
}
</style>