Shades of Violet #F390FC
Tints of Violet #F390FC
RGB
CMYK
RGB Variations
Color information
#F390FC (or 0xF390FC) is known color: Violet. HEX triplet: F3, 90 and FC. RGB value is (243,144,252). Sum of RGB (Red+Green+Blue) = 243+144+252=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #F390FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390FC is #0C6F03. Grayscale: #B9B9B9. Windows color (decimal): -814852 or 16552179. OLE color: 16552179.
HSL color Cylindrical-coordinate representation of color #F390FC: hue angle of 295º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F390FC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 144 | 252 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.01 |
| HSL | 295º | 0.95% | 0.78% | - |
| HSV(B) | 295º | 0.43% | 0.99% | - |
| XYZ | 64.51 | 46.03 | 97.58 | - |
| YUV | 185.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 252 | 0.04 | 0.43 | 0 | 0.01 | 295 | 0.95 | 0.78 |
| Hex | F3 | 90 | FC | 4 | 2B | 0 | 1 | 127 | 5F | 4E |
| Octal | 363 | 220 | 374 | 4 | 53 | 0 | 1 | 447 | 137 | 116 |
| Binary | 11110011 | 10010000 | 11111100 | 100 | 101011 | 0 | 1 | 100100111 | 1011111 | 1001110 |
Color Harmonies of #F390FC
Complementary color
Monochromatic Colors of #F390FC
Black with #F390FC
Text Example
Text Example
White with #F390FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390FC; }
p { color: rgb(243,144,252); }
H1.HeaderClassName
{
color: #F390FC;
}
.AnyTagClassName
{
color: #F390FC;
}
</style>
background-color css
<style>
a { background-color: #F390FC; }
a { background-color: rgb(243,144,252); }
div.DivClassName
{
background-color: #F390FC;
}
.BgClassName
{
background-color: #F390FC;
}
</style>
border-color css
<style>
span { border-color: #F390FC; }
span { border-color: rgb(243,144,252); }
td.TdClassName
{
border-color: #F390FC;
}
.TagClassName
{
border-color: #F390FC;
}
</style>