Shades of Violet #F390F0
Tints of Violet #F390F0
RGB
CMYK
RGB Variations
Color information
#F390F0 (or 0xF390F0) is known color: Violet. HEX triplet: F3, 90 and F0. RGB value is (243,144,240). Sum of RGB (Red+Green+Blue) = 243+144+240=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 144 (56.64% from 255 or 22.97% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F390F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390F0 is #0C6F0F. Grayscale: #B8B8B8. Windows color (decimal): -814864 or 15765747. OLE color: 15765747.
HSL color Cylindrical-coordinate representation of color #F390F0: hue angle of 301.82º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390F0 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 240 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.82º | 0.8% | 0.76% | - |
| HSV(B) | 301.82º | 0.41% | 0.95% | - |
| XYZ | 62.66 | 45.29 | 87.88 | - |
| YUV | 184.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 240 | 0 | 0.41 | 0.01 | 0.05 | 301.82 | 0.8 | 0.76 |
| Hex | F3 | 90 | F0 | 0 | 29 | 1 | 5 | 12E | 50 | 4C |
| Octal | 363 | 220 | 360 | 0 | 51 | 1 | 5 | 456 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11110000 | 0 | 101001 | 1 | 101 | 100101110 | 1010000 | 1001100 |
Color Harmonies of #F390F0
Complementary color
Monochromatic Colors of #F390F0
Black with #F390F0
Text Example
Text Example
White with #F390F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390F0; }
p { color: rgb(243,144,240); }
H1.HeaderClassName
{
color: #F390F0;
}
.AnyTagClassName
{
color: #F390F0;
}
</style>
background-color css
<style>
a { background-color: #F390F0; }
a { background-color: rgb(243,144,240); }
div.DivClassName
{
background-color: #F390F0;
}
.BgClassName
{
background-color: #F390F0;
}
</style>
border-color css
<style>
span { border-color: #F390F0; }
span { border-color: rgb(243,144,240); }
td.TdClassName
{
border-color: #F390F0;
}
.TagClassName
{
border-color: #F390F0;
}
</style>