Shades of Violet #F18DFF
Tints of Violet #F18DFF
RGB
CMYK
RGB Variations
Color information
#F18DFF (or 0xF18DFF) is known color: Violet. HEX triplet: F1, 8D and FF. RGB value is (241,141,255). Sum of RGB (Red+Green+Blue) = 241+141+255=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 141 (55.47% from 255 or 22.14% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DFF is #0E7200. Grayscale: #B7B7B7. Windows color (decimal): -946689 or 16748017. OLE color: 16748017.
HSL color Cylindrical-coordinate representation of color #F18DFF: hue angle of 292.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18DFF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 141 | 255 | - |
| CMYK | 0.05 | 0.45 | 0 | 0 |
| HSL | 292.63º | 1% | 0.78% | - |
| HSV(B) | 292.63º | 0.45% | 1% | - |
| XYZ | 63.85 | 44.97 | 99.92 | - |
| YUV | 183.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 255 | 0.05 | 0.45 | 0 | 0 | 292.63 | 1 | 0.78 |
| Hex | F1 | 8D | FF | 5 | 2D | 0 | 0 | 125 | 64 | 4E |
| Octal | 361 | 215 | 377 | 5 | 55 | 0 | 0 | 445 | 144 | 116 |
| Binary | 11110001 | 10001101 | 11111111 | 101 | 101101 | 0 | 0 | 100100101 | 1100100 | 1001110 |
Color Harmonies of #F18DFF
Complementary color
Monochromatic Colors of #F18DFF
Black with #F18DFF
Text Example
Text Example
White with #F18DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DFF; }
p { color: rgb(241,141,255); }
H1.HeaderClassName
{
color: #F18DFF;
}
.AnyTagClassName
{
color: #F18DFF;
}
</style>
background-color css
<style>
a { background-color: #F18DFF; }
a { background-color: rgb(241,141,255); }
div.DivClassName
{
background-color: #F18DFF;
}
.BgClassName
{
background-color: #F18DFF;
}
</style>
border-color css
<style>
span { border-color: #F18DFF; }
span { border-color: rgb(241,141,255); }
td.TdClassName
{
border-color: #F18DFF;
}
.TagClassName
{
border-color: #F18DFF;
}
</style>