Shades of Violet #FB93FE
Tints of Violet #FB93FE
RGB
CMYK
RGB Variations
Color information
#FB93FE (or 0xFB93FE) is known color: Violet. HEX triplet: FB, 93 and FE. RGB value is (251,147,254). Sum of RGB (Red+Green+Blue) = 251+147+254=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 147 (57.81% from 255 or 22.55% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB93FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93FE is #046C01. Grayscale: #BDBDBD. Windows color (decimal): -289794 or 16684027. OLE color: 16684027.
HSL color Cylindrical-coordinate representation of color #FB93FE: hue angle of 298.32º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB93FE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 147 | 254 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.00 |
| HSL | 298.32º | 0.98% | 0.79% | - |
| HSV(B) | 298.32º | 0.42% | 1% | - |
| XYZ | 68.11 | 48.53 | 99.54 | - |
| YUV | 190.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 254 | 0.01 | 0.42 | 0 | 0.00 | 298.32 | 0.98 | 0.79 |
| Hex | FB | 93 | FE | 1 | 2A | 0 | 0 | 12A | 62 | 4F |
| Octal | 373 | 223 | 376 | 1 | 52 | 0 | 0 | 452 | 142 | 117 |
| Binary | 11111011 | 10010011 | 11111110 | 1 | 101010 | 0 | 0 | 100101010 | 1100010 | 1001111 |
Color Harmonies of #FB93FE
Complementary color
Monochromatic Colors of #FB93FE
Black with #FB93FE
Text Example
Text Example
White with #FB93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93FE; }
p { color: rgb(251,147,254); }
H1.HeaderClassName
{
color: #FB93FE;
}
.AnyTagClassName
{
color: #FB93FE;
}
</style>
background-color css
<style>
a { background-color: #FB93FE; }
a { background-color: rgb(251,147,254); }
div.DivClassName
{
background-color: #FB93FE;
}
.BgClassName
{
background-color: #FB93FE;
}
</style>
border-color css
<style>
span { border-color: #FB93FE; }
span { border-color: rgb(251,147,254); }
td.TdClassName
{
border-color: #FB93FE;
}
.TagClassName
{
border-color: #FB93FE;
}
</style>