Shades of Violet #FE92FB
Tints of Violet #FE92FB
RGB
CMYK
RGB Variations
Color information
#FE92FB (or 0xFE92FB) is known color: Violet. HEX triplet: FE, 92 and FB. RGB value is (254,146,251). Sum of RGB (Red+Green+Blue) = 254+146+251=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 146 (57.42% from 255 or 22.43% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92FB is #016D04. Grayscale: #BDBDBD. Windows color (decimal): -93445 or 16487166. OLE color: 16487166.
HSL color Cylindrical-coordinate representation of color #FE92FB: hue angle of 301.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92FB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 251 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.00 |
| HSL | 301.67º | 0.98% | 0.78% | - |
| HSV(B) | 301.67º | 0.43% | 1% | - |
| XYZ | 68.56 | 48.59 | 97.03 | - |
| YUV | 190.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 251 | 0 | 0.43 | 0.01 | 0.00 | 301.67 | 0.98 | 0.78 |
| Hex | FE | 92 | FB | 0 | 2B | 1 | 0 | 12E | 62 | 4E |
| Octal | 376 | 222 | 373 | 0 | 53 | 1 | 0 | 456 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11111011 | 0 | 101011 | 1 | 0 | 100101110 | 1100010 | 1001110 |
Color Harmonies of #FE92FB
Complementary color
Monochromatic Colors of #FE92FB
Black with #FE92FB
Text Example
Text Example
White with #FE92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92FB; }
p { color: rgb(254,146,251); }
H1.HeaderClassName
{
color: #FE92FB;
}
.AnyTagClassName
{
color: #FE92FB;
}
</style>
background-color css
<style>
a { background-color: #FE92FB; }
a { background-color: rgb(254,146,251); }
div.DivClassName
{
background-color: #FE92FB;
}
.BgClassName
{
background-color: #FE92FB;
}
</style>
border-color css
<style>
span { border-color: #FE92FB; }
span { border-color: rgb(254,146,251); }
td.TdClassName
{
border-color: #FE92FB;
}
.TagClassName
{
border-color: #FE92FB;
}
</style>