Shades of Violet #F18DFB
Tints of Violet #F18DFB
RGB
CMYK
RGB Variations
Color information
#F18DFB (or 0xF18DFB) is known color: Violet. HEX triplet: F1, 8D and FB. RGB value is (241,141,251). Sum of RGB (Red+Green+Blue) = 241+141+251=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #F18DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DFB is #0E7204. Grayscale: #B7B7B7. Windows color (decimal): -946693 or 16485873. OLE color: 16485873.
HSL color Cylindrical-coordinate representation of color #F18DFB: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18DFB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 141 | 251 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294.55º | 0.93% | 0.77% | - |
| HSV(B) | 294.55º | 0.44% | 0.98% | - |
| XYZ | 63.21 | 44.72 | 96.57 | - |
| YUV | 183.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 251 | 0.04 | 0.44 | 0 | 0.02 | 294.55 | 0.93 | 0.77 |
| Hex | F1 | 8D | FB | 4 | 2C | 0 | 2 | 127 | 5D | 4D |
| Octal | 361 | 215 | 373 | 4 | 54 | 0 | 2 | 447 | 135 | 115 |
| Binary | 11110001 | 10001101 | 11111011 | 100 | 101100 | 0 | 10 | 100100111 | 1011101 | 1001101 |
Color Harmonies of #F18DFB
Complementary color
Monochromatic Colors of #F18DFB
Black with #F18DFB
Text Example
Text Example
White with #F18DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DFB; }
p { color: rgb(241,141,251); }
H1.HeaderClassName
{
color: #F18DFB;
}
.AnyTagClassName
{
color: #F18DFB;
}
</style>
background-color css
<style>
a { background-color: #F18DFB; }
a { background-color: rgb(241,141,251); }
div.DivClassName
{
background-color: #F18DFB;
}
.BgClassName
{
background-color: #F18DFB;
}
</style>
border-color css
<style>
span { border-color: #F18DFB; }
span { border-color: rgb(241,141,251); }
td.TdClassName
{
border-color: #F18DFB;
}
.TagClassName
{
border-color: #F18DFB;
}
</style>