Shades of Violet #F386FE
Tints of Violet #F386FE
RGB
CMYK
RGB Variations
Color information
#F386FE (or 0xF386FE) is known color: Violet. HEX triplet: F3, 86 and FE. RGB value is (243,134,254). Sum of RGB (Red+Green+Blue) = 243+134+254=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 134 (52.73% from 255 or 21.24% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #F386FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386FE is #0C7901. Grayscale: #B3B3B3. Windows color (decimal): -817410 or 16680691. OLE color: 16680691.
HSL color Cylindrical-coordinate representation of color #F386FE: hue angle of 294.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F386FE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 134 | 254 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.00 |
| HSL | 294.5º | 0.98% | 0.76% | - |
| HSV(B) | 294.5º | 0.47% | 1% | - |
| XYZ | 63.38 | 43.26 | 98.78 | - |
| YUV | 180.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 254 | 0.04 | 0.47 | 0 | 0.00 | 294.5 | 0.98 | 0.76 |
| Hex | F3 | 86 | FE | 4 | 2F | 0 | 0 | 126 | 62 | 4C |
| Octal | 363 | 206 | 376 | 4 | 57 | 0 | 0 | 446 | 142 | 114 |
| Binary | 11110011 | 10000110 | 11111110 | 100 | 101111 | 0 | 0 | 100100110 | 1100010 | 1001100 |
Color Harmonies of #F386FE
Complementary color
Monochromatic Colors of #F386FE
Black with #F386FE
Text Example
Text Example
White with #F386FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386FE; }
p { color: rgb(243,134,254); }
H1.HeaderClassName
{
color: #F386FE;
}
.AnyTagClassName
{
color: #F386FE;
}
</style>
background-color css
<style>
a { background-color: #F386FE; }
a { background-color: rgb(243,134,254); }
div.DivClassName
{
background-color: #F386FE;
}
.BgClassName
{
background-color: #F386FE;
}
</style>
border-color css
<style>
span { border-color: #F386FE; }
span { border-color: rgb(243,134,254); }
td.TdClassName
{
border-color: #F386FE;
}
.TagClassName
{
border-color: #F386FE;
}
</style>