Shades of Violet #F18FFF
Tints of Violet #F18FFF
RGB
CMYK
RGB Variations
Color information
#F18FFF (or 0xF18FFF) is known color: Violet. HEX triplet: F1, 8F and FF. RGB value is (241,143,255). Sum of RGB (Red+Green+Blue) = 241+143+255=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 143 (56.25% from 255 or 22.38% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FFF is #0E7000. Grayscale: #B8B8B8. Windows color (decimal): -946177 or 16748529. OLE color: 16748529.
HSL color Cylindrical-coordinate representation of color #F18FFF: hue angle of 292.5º 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 #F18FFF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 143 | 255 | - |
| CMYK | 0.05 | 0.44 | 0 | 0 |
| HSL | 292.5º | 1% | 0.78% | - |
| HSV(B) | 292.5º | 0.44% | 1% | - |
| XYZ | 64.15 | 45.57 | 100.02 | - |
| YUV | 185.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 255 | 0.05 | 0.44 | 0 | 0 | 292.5 | 1 | 0.78 |
| Hex | F1 | 8F | FF | 5 | 2C | 0 | 0 | 124 | 64 | 4E |
| Octal | 361 | 217 | 377 | 5 | 54 | 0 | 0 | 444 | 144 | 116 |
| Binary | 11110001 | 10001111 | 11111111 | 101 | 101100 | 0 | 0 | 100100100 | 1100100 | 1001110 |
Color Harmonies of #F18FFF
Complementary color
Monochromatic Colors of #F18FFF
Black with #F18FFF
Text Example
Text Example
White with #F18FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FFF; }
p { color: rgb(241,143,255); }
H1.HeaderClassName
{
color: #F18FFF;
}
.AnyTagClassName
{
color: #F18FFF;
}
</style>
background-color css
<style>
a { background-color: #F18FFF; }
a { background-color: rgb(241,143,255); }
div.DivClassName
{
background-color: #F18FFF;
}
.BgClassName
{
background-color: #F18FFF;
}
</style>
border-color css
<style>
span { border-color: #F18FFF; }
span { border-color: rgb(241,143,255); }
td.TdClassName
{
border-color: #F18FFF;
}
.TagClassName
{
border-color: #F18FFF;
}
</style>