Shades of Violet #F38EFF
Tints of Violet #F38EFF
RGB
CMYK
RGB Variations
Color information
#F38EFF (or 0xF38EFF) is known color: Violet. HEX triplet: F3, 8E and FF. RGB value is (243,142,255). Sum of RGB (Red+Green+Blue) = 243+142+255=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 142 (55.86% from 255 or 22.19% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F38EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38EFF is #0C7100. Grayscale: #B8B8B8. Windows color (decimal): -815361 or 16748275. OLE color: 16748275.
HSL color Cylindrical-coordinate representation of color #F38EFF: hue angle of 293.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F38EFF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 142 | 255 | - |
| CMYK | 0.05 | 0.44 | 0 | 0 |
| HSL | 293.63º | 1% | 0.78% | - |
| HSV(B) | 293.63º | 0.44% | 1% | - |
| XYZ | 64.69 | 45.62 | 100 | - |
| YUV | 185.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 255 | 0.05 | 0.44 | 0 | 0 | 293.63 | 1 | 0.78 |
| Hex | F3 | 8E | FF | 5 | 2C | 0 | 0 | 126 | 64 | 4E |
| Octal | 363 | 216 | 377 | 5 | 54 | 0 | 0 | 446 | 144 | 116 |
| Binary | 11110011 | 10001110 | 11111111 | 101 | 101100 | 0 | 0 | 100100110 | 1100100 | 1001110 |
Color Harmonies of #F38EFF
Complementary color
Monochromatic Colors of #F38EFF
Black with #F38EFF
Text Example
Text Example
White with #F38EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38EFF; }
p { color: rgb(243,142,255); }
H1.HeaderClassName
{
color: #F38EFF;
}
.AnyTagClassName
{
color: #F38EFF;
}
</style>
background-color css
<style>
a { background-color: #F38EFF; }
a { background-color: rgb(243,142,255); }
div.DivClassName
{
background-color: #F38EFF;
}
.BgClassName
{
background-color: #F38EFF;
}
</style>
border-color css
<style>
span { border-color: #F38EFF; }
span { border-color: rgb(243,142,255); }
td.TdClassName
{
border-color: #F38EFF;
}
.TagClassName
{
border-color: #F38EFF;
}
</style>