Shades of Violet #F386FF
Tints of Violet #F386FF
RGB
CMYK
RGB Variations
Color information
#F386FF (or 0xF386FF) is known color: Violet. HEX triplet: F3, 86 and FF. RGB value is (243,134,255). Sum of RGB (Red+Green+Blue) = 243+134+255=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 134 (52.73% from 255 or 21.20% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F386FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386FF is #0C7900. Grayscale: #B4B4B4. Windows color (decimal): -817409 or 16746227. OLE color: 16746227.
HSL color Cylindrical-coordinate representation of color #F386FF: hue angle of 294.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F386FF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 134 | 255 | - |
| CMYK | 0.05 | 0.47 | 0 | 0 |
| HSL | 294.05º | 1% | 0.76% | - |
| HSV(B) | 294.05º | 0.47% | 1% | - |
| XYZ | 63.54 | 43.32 | 99.62 | - |
| YUV | 180.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 255 | 0.05 | 0.47 | 0 | 0 | 294.05 | 1 | 0.76 |
| Hex | F3 | 86 | FF | 5 | 2F | 0 | 0 | 126 | 64 | 4C |
| Octal | 363 | 206 | 377 | 5 | 57 | 0 | 0 | 446 | 144 | 114 |
| Binary | 11110011 | 10000110 | 11111111 | 101 | 101111 | 0 | 0 | 100100110 | 1100100 | 1001100 |
Color Harmonies of #F386FF
Complementary color
Monochromatic Colors of #F386FF
Black with #F386FF
Text Example
Text Example
White with #F386FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386FF; }
p { color: rgb(243,134,255); }
H1.HeaderClassName
{
color: #F386FF;
}
.AnyTagClassName
{
color: #F386FF;
}
</style>
background-color css
<style>
a { background-color: #F386FF; }
a { background-color: rgb(243,134,255); }
div.DivClassName
{
background-color: #F386FF;
}
.BgClassName
{
background-color: #F386FF;
}
</style>
border-color css
<style>
span { border-color: #F386FF; }
span { border-color: rgb(243,134,255); }
td.TdClassName
{
border-color: #F386FF;
}
.TagClassName
{
border-color: #F386FF;
}
</style>