Shades of Violet #FE90FB
Tints of Violet #FE90FB
RGB
CMYK
RGB Variations
Color information
#FE90FB (or 0xFE90FB) is known color: Violet. HEX triplet: FE, 90 and FB. RGB value is (254,144,251). Sum of RGB (Red+Green+Blue) = 254+144+251=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 144 (56.64% from 255 or 22.19% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90FB is #016F04. Grayscale: #BCBCBC. Windows color (decimal): -93957 or 16486654. OLE color: 16486654.
HSL color Cylindrical-coordinate representation of color #FE90FB: hue angle of 301.64º 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 #FE90FB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 251 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.00 |
| HSL | 301.64º | 0.98% | 0.78% | - |
| HSV(B) | 301.64º | 0.43% | 1% | - |
| XYZ | 68.26 | 47.98 | 96.93 | - |
| YUV | 189.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 251 | 0 | 0.43 | 0.01 | 0.00 | 301.64 | 0.98 | 0.78 |
| Hex | FE | 90 | FB | 0 | 2B | 1 | 0 | 12E | 62 | 4E |
| Octal | 376 | 220 | 373 | 0 | 53 | 1 | 0 | 456 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11111011 | 0 | 101011 | 1 | 0 | 100101110 | 1100010 | 1001110 |
Color Harmonies of #FE90FB
Complementary color
Monochromatic Colors of #FE90FB
Black with #FE90FB
Text Example
Text Example
White with #FE90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90FB; }
p { color: rgb(254,144,251); }
H1.HeaderClassName
{
color: #FE90FB;
}
.AnyTagClassName
{
color: #FE90FB;
}
</style>
background-color css
<style>
a { background-color: #FE90FB; }
a { background-color: rgb(254,144,251); }
div.DivClassName
{
background-color: #FE90FB;
}
.BgClassName
{
background-color: #FE90FB;
}
</style>
border-color css
<style>
span { border-color: #FE90FB; }
span { border-color: rgb(254,144,251); }
td.TdClassName
{
border-color: #FE90FB;
}
.TagClassName
{
border-color: #FE90FB;
}
</style>