Shades of Violet #FB93FA
Tints of Violet #FB93FA
RGB
CMYK
RGB Variations
Color information
#FB93FA (or 0xFB93FA) is known color: Violet. HEX triplet: FB, 93 and FA. RGB value is (251,147,250). Sum of RGB (Red+Green+Blue) = 251+147+250=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 147 (57.81% from 255 or 22.69% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93FA is #046C05. Grayscale: #BDBDBD. Windows color (decimal): -289798 or 16421883. OLE color: 16421883.
HSL color Cylindrical-coordinate representation of color #FB93FA: hue angle of 300.58º 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 #FB93FA is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 250 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.02 |
| HSL | 300.58º | 0.93% | 0.78% | - |
| HSV(B) | 300.58º | 0.41% | 0.98% | - |
| XYZ | 67.47 | 48.28 | 96.21 | - |
| YUV | 189.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 250 | 0 | 0.41 | 0.00 | 0.02 | 300.58 | 0.93 | 0.78 |
| Hex | FB | 93 | FA | 0 | 29 | 0 | 2 | 12D | 5D | 4E |
| Octal | 373 | 223 | 372 | 0 | 51 | 0 | 2 | 455 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11111010 | 0 | 101001 | 0 | 10 | 100101101 | 1011101 | 1001110 |
Color Harmonies of #FB93FA
Complementary color
Monochromatic Colors of #FB93FA
Black with #FB93FA
Text Example
Text Example
White with #FB93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93FA; }
p { color: rgb(251,147,250); }
H1.HeaderClassName
{
color: #FB93FA;
}
.AnyTagClassName
{
color: #FB93FA;
}
</style>
background-color css
<style>
a { background-color: #FB93FA; }
a { background-color: rgb(251,147,250); }
div.DivClassName
{
background-color: #FB93FA;
}
.BgClassName
{
background-color: #FB93FA;
}
</style>
border-color css
<style>
span { border-color: #FB93FA; }
span { border-color: rgb(251,147,250); }
td.TdClassName
{
border-color: #FB93FA;
}
.TagClassName
{
border-color: #FB93FA;
}
</style>