Shades of Violet #FE93F9
Tints of Violet #FE93F9
RGB
CMYK
RGB Variations
Color information
#FE93F9 (or 0xFE93F9) is known color: Violet. HEX triplet: FE, 93 and F9. RGB value is (254,147,249). Sum of RGB (Red+Green+Blue) = 254+147+249=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 147 (57.81% from 255 or 22.62% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93F9 is #016C06. Grayscale: #BEBEBE. Windows color (decimal): -93191 or 16356350. OLE color: 16356350.
HSL color Cylindrical-coordinate representation of color #FE93F9: hue angle of 302.8º 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 #FE93F9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 249 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.00 |
| HSL | 302.8º | 0.98% | 0.79% | - |
| HSV(B) | 302.8º | 0.42% | 1% | - |
| XYZ | 68.41 | 48.78 | 95.43 | - |
| YUV | 190.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 249 | 0 | 0.42 | 0.02 | 0.00 | 302.8 | 0.98 | 0.79 |
| Hex | FE | 93 | F9 | 0 | 2A | 2 | 0 | 12F | 62 | 4F |
| Octal | 376 | 223 | 371 | 0 | 52 | 2 | 0 | 457 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11111001 | 0 | 101010 | 10 | 0 | 100101111 | 1100010 | 1001111 |
Color Harmonies of #FE93F9
Complementary color
Monochromatic Colors of #FE93F9
Black with #FE93F9
Text Example
Text Example
White with #FE93F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93F9; }
p { color: rgb(254,147,249); }
H1.HeaderClassName
{
color: #FE93F9;
}
.AnyTagClassName
{
color: #FE93F9;
}
</style>
background-color css
<style>
a { background-color: #FE93F9; }
a { background-color: rgb(254,147,249); }
div.DivClassName
{
background-color: #FE93F9;
}
.BgClassName
{
background-color: #FE93F9;
}
</style>
border-color css
<style>
span { border-color: #FE93F9; }
span { border-color: rgb(254,147,249); }
td.TdClassName
{
border-color: #FE93F9;
}
.TagClassName
{
border-color: #FE93F9;
}
</style>