Shades of Violet #FE90FA
Tints of Violet #FE90FA
RGB
CMYK
RGB Variations
Color information
#FE90FA (or 0xFE90FA) is known color: Violet. HEX triplet: FE, 90 and FA. RGB value is (254,144,250). Sum of RGB (Red+Green+Blue) = 254+144+250=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90FA is #016F05. Grayscale: #BCBCBC. Windows color (decimal): -93958 or 16421118. OLE color: 16421118.
HSL color Cylindrical-coordinate representation of color #FE90FA: hue angle of 302.18º 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 #FE90FA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 250 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.00 |
| HSL | 302.18º | 0.98% | 0.78% | - |
| HSV(B) | 302.18º | 0.43% | 1% | - |
| XYZ | 68.1 | 47.92 | 96.1 | - |
| YUV | 188.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 250 | 0 | 0.43 | 0.02 | 0.00 | 302.18 | 0.98 | 0.78 |
| Hex | FE | 90 | FA | 0 | 2B | 2 | 0 | 12E | 62 | 4E |
| Octal | 376 | 220 | 372 | 0 | 53 | 2 | 0 | 456 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11111010 | 0 | 101011 | 10 | 0 | 100101110 | 1100010 | 1001110 |
Color Harmonies of #FE90FA
Complementary color
Monochromatic Colors of #FE90FA
Black with #FE90FA
Text Example
Text Example
White with #FE90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90FA; }
p { color: rgb(254,144,250); }
H1.HeaderClassName
{
color: #FE90FA;
}
.AnyTagClassName
{
color: #FE90FA;
}
</style>
background-color css
<style>
a { background-color: #FE90FA; }
a { background-color: rgb(254,144,250); }
div.DivClassName
{
background-color: #FE90FA;
}
.BgClassName
{
background-color: #FE90FA;
}
</style>
border-color css
<style>
span { border-color: #FE90FA; }
span { border-color: rgb(254,144,250); }
td.TdClassName
{
border-color: #FE90FA;
}
.TagClassName
{
border-color: #FE90FA;
}
</style>