Shades of Violet #F186FF
Tints of Violet #F186FF
RGB
CMYK
RGB Variations
Color information
#F186FF (or 0xF186FF) is known color: Violet. HEX triplet: F1, 86 and FF. RGB value is (241,134,255). Sum of RGB (Red+Green+Blue) = 241+134+255=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 134 (52.73% from 255 or 21.27% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F186FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186FF is #0E7900. Grayscale: #B3B3B3. Windows color (decimal): -948481 or 16746225. OLE color: 16746225.
HSL color Cylindrical-coordinate representation of color #F186FF: hue angle of 293.06º 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 #F186FF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 134 | 255 | - |
| CMYK | 0.05 | 0.47 | 0 | 0 |
| HSL | 293.06º | 1% | 0.76% | - |
| HSV(B) | 293.06º | 0.47% | 1% | - |
| XYZ | 62.85 | 42.97 | 99.59 | - |
| YUV | 179.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 255 | 0.05 | 0.47 | 0 | 0 | 293.06 | 1 | 0.76 |
| Hex | F1 | 86 | FF | 5 | 2F | 0 | 0 | 125 | 64 | 4C |
| Octal | 361 | 206 | 377 | 5 | 57 | 0 | 0 | 445 | 144 | 114 |
| Binary | 11110001 | 10000110 | 11111111 | 101 | 101111 | 0 | 0 | 100100101 | 1100100 | 1001100 |
Color Harmonies of #F186FF
Complementary color
Monochromatic Colors of #F186FF
Black with #F186FF
Text Example
Text Example
White with #F186FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186FF; }
p { color: rgb(241,134,255); }
H1.HeaderClassName
{
color: #F186FF;
}
.AnyTagClassName
{
color: #F186FF;
}
</style>
background-color css
<style>
a { background-color: #F186FF; }
a { background-color: rgb(241,134,255); }
div.DivClassName
{
background-color: #F186FF;
}
.BgClassName
{
background-color: #F186FF;
}
</style>
border-color css
<style>
span { border-color: #F186FF; }
span { border-color: rgb(241,134,255); }
td.TdClassName
{
border-color: #F186FF;
}
.TagClassName
{
border-color: #F186FF;
}
</style>