Shades of Violet #FE92FA
Tints of Violet #FE92FA
RGB
CMYK
RGB Variations
Color information
#FE92FA (or 0xFE92FA) is known color: Violet. HEX triplet: FE, 92 and FA. RGB value is (254,146,250). Sum of RGB (Red+Green+Blue) = 254+146+250=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 146 (57.42% from 255 or 22.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92FA is #016D05. Grayscale: #BDBDBD. Windows color (decimal): -93446 or 16421630. OLE color: 16421630.
HSL color Cylindrical-coordinate representation of color #FE92FA: hue angle of 302.22º 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 #FE92FA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 250 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.00 |
| HSL | 302.22º | 0.98% | 0.78% | - |
| HSV(B) | 302.22º | 0.43% | 1% | - |
| XYZ | 68.41 | 48.53 | 96.2 | - |
| YUV | 190.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 250 | 0 | 0.43 | 0.02 | 0.00 | 302.22 | 0.98 | 0.78 |
| Hex | FE | 92 | FA | 0 | 2B | 2 | 0 | 12E | 62 | 4E |
| Octal | 376 | 222 | 372 | 0 | 53 | 2 | 0 | 456 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11111010 | 0 | 101011 | 10 | 0 | 100101110 | 1100010 | 1001110 |
Color Harmonies of #FE92FA
Complementary color
Monochromatic Colors of #FE92FA
Black with #FE92FA
Text Example
Text Example
White with #FE92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92FA; }
p { color: rgb(254,146,250); }
H1.HeaderClassName
{
color: #FE92FA;
}
.AnyTagClassName
{
color: #FE92FA;
}
</style>
background-color css
<style>
a { background-color: #FE92FA; }
a { background-color: rgb(254,146,250); }
div.DivClassName
{
background-color: #FE92FA;
}
.BgClassName
{
background-color: #FE92FA;
}
</style>
border-color css
<style>
span { border-color: #FE92FA; }
span { border-color: rgb(254,146,250); }
td.TdClassName
{
border-color: #FE92FA;
}
.TagClassName
{
border-color: #FE92FA;
}
</style>