Shades of Violet #F390FE
Tints of Violet #F390FE
RGB
CMYK
RGB Variations
Color information
#F390FE (or 0xF390FE) is known color: Violet. HEX triplet: F3, 90 and FE. RGB value is (243,144,254). Sum of RGB (Red+Green+Blue) = 243+144+254=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 144 (56.64% from 255 or 22.46% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F390FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390FE is #0C6F01. Grayscale: #B9B9B9. Windows color (decimal): -814850 or 16683251. OLE color: 16683251.
HSL color Cylindrical-coordinate representation of color #F390FE: hue angle of 294º 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 #F390FE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 144 | 254 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.00 |
| HSL | 294º | 0.98% | 0.78% | - |
| HSV(B) | 294º | 0.43% | 1% | - |
| XYZ | 64.82 | 46.16 | 99.26 | - |
| YUV | 186.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 254 | 0.04 | 0.43 | 0 | 0.00 | 294 | 0.98 | 0.78 |
| Hex | F3 | 90 | FE | 4 | 2B | 0 | 0 | 126 | 62 | 4E |
| Octal | 363 | 220 | 376 | 4 | 53 | 0 | 0 | 446 | 142 | 116 |
| Binary | 11110011 | 10010000 | 11111110 | 100 | 101011 | 0 | 0 | 100100110 | 1100010 | 1001110 |
Color Harmonies of #F390FE
Complementary color
Monochromatic Colors of #F390FE
Black with #F390FE
Text Example
Text Example
White with #F390FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390FE; }
p { color: rgb(243,144,254); }
H1.HeaderClassName
{
color: #F390FE;
}
.AnyTagClassName
{
color: #F390FE;
}
</style>
background-color css
<style>
a { background-color: #F390FE; }
a { background-color: rgb(243,144,254); }
div.DivClassName
{
background-color: #F390FE;
}
.BgClassName
{
background-color: #F390FE;
}
</style>
border-color css
<style>
span { border-color: #F390FE; }
span { border-color: rgb(243,144,254); }
td.TdClassName
{
border-color: #F390FE;
}
.TagClassName
{
border-color: #F390FE;
}
</style>