Shades of Violet #FE93FC
Tints of Violet #FE93FC
RGB
CMYK
RGB Variations
Color information
#FE93FC (or 0xFE93FC) is known color: Violet. HEX triplet: FE, 93 and FC. RGB value is (254,147,252). Sum of RGB (Red+Green+Blue) = 254+147+252=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 147 (57.81% from 255 or 22.51% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93FC is #016C03. Grayscale: #BEBEBE. Windows color (decimal): -93188 or 16552958. OLE color: 16552958.
HSL color Cylindrical-coordinate representation of color #FE93FC: hue angle of 301.12º 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 #FE93FC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 252 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.00 |
| HSL | 301.12º | 0.98% | 0.79% | - |
| HSV(B) | 301.12º | 0.42% | 1% | - |
| XYZ | 68.88 | 48.97 | 97.92 | - |
| YUV | 190.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 252 | 0 | 0.42 | 0.01 | 0.00 | 301.12 | 0.98 | 0.79 |
| Hex | FE | 93 | FC | 0 | 2A | 1 | 0 | 12D | 62 | 4F |
| Octal | 376 | 223 | 374 | 0 | 52 | 1 | 0 | 455 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11111100 | 0 | 101010 | 1 | 0 | 100101101 | 1100010 | 1001111 |
Color Harmonies of #FE93FC
Complementary color
Monochromatic Colors of #FE93FC
Black with #FE93FC
Text Example
Text Example
White with #FE93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93FC; }
p { color: rgb(254,147,252); }
H1.HeaderClassName
{
color: #FE93FC;
}
.AnyTagClassName
{
color: #FE93FC;
}
</style>
background-color css
<style>
a { background-color: #FE93FC; }
a { background-color: rgb(254,147,252); }
div.DivClassName
{
background-color: #FE93FC;
}
.BgClassName
{
background-color: #FE93FC;
}
</style>
border-color css
<style>
span { border-color: #FE93FC; }
span { border-color: rgb(254,147,252); }
td.TdClassName
{
border-color: #FE93FC;
}
.TagClassName
{
border-color: #FE93FC;
}
</style>