Shades of Violet #F18BF9
Tints of Violet #F18BF9
RGB
CMYK
RGB Variations
Color information
#F18BF9 (or 0xF18BF9) is known color: Violet. HEX triplet: F1, 8B and F9. RGB value is (241,139,249). Sum of RGB (Red+Green+Blue) = 241+139+249=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #F18BF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BF9 is #0E7406. Grayscale: #B5B5B5. Windows color (decimal): -947207 or 16354289. OLE color: 16354289.
HSL color Cylindrical-coordinate representation of color #F18BF9: hue angle of 295.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18BF9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 139 | 249 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.02 |
| HSL | 295.64º | 0.9% | 0.76% | - |
| HSV(B) | 295.64º | 0.44% | 0.98% | - |
| XYZ | 62.61 | 44.01 | 94.82 | - |
| YUV | 182.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 249 | 0.03 | 0.44 | 0 | 0.02 | 295.64 | 0.9 | 0.76 |
| Hex | F1 | 8B | F9 | 3 | 2C | 0 | 2 | 128 | 5A | 4C |
| Octal | 361 | 213 | 371 | 3 | 54 | 0 | 2 | 450 | 132 | 114 |
| Binary | 11110001 | 10001011 | 11111001 | 11 | 101100 | 0 | 10 | 100101000 | 1011010 | 1001100 |
Color Harmonies of #F18BF9
Complementary color
Monochromatic Colors of #F18BF9
Black with #F18BF9
Text Example
Text Example
White with #F18BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BF9; }
p { color: rgb(241,139,249); }
H1.HeaderClassName
{
color: #F18BF9;
}
.AnyTagClassName
{
color: #F18BF9;
}
</style>
background-color css
<style>
a { background-color: #F18BF9; }
a { background-color: rgb(241,139,249); }
div.DivClassName
{
background-color: #F18BF9;
}
.BgClassName
{
background-color: #F18BF9;
}
</style>
border-color css
<style>
span { border-color: #F18BF9; }
span { border-color: rgb(241,139,249); }
td.TdClassName
{
border-color: #F18BF9;
}
.TagClassName
{
border-color: #F18BF9;
}
</style>