Shades of Violet #F18BFA
Tints of Violet #F18BFA
RGB
CMYK
RGB Variations
Color information
#F18BFA (or 0xF18BFA) is known color: Violet. HEX triplet: F1, 8B and FA. RGB value is (241,139,250). Sum of RGB (Red+Green+Blue) = 241+139+250=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 139 (54.69% from 255 or 22.06% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #F18BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BFA is #0E7405. Grayscale: #B5B5B5. Windows color (decimal): -947206 or 16419825. OLE color: 16419825.
HSL color Cylindrical-coordinate representation of color #F18BFA: hue angle of 295.14º degrees, saturation: 0.92, 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 #F18BFA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 139 | 250 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 295.14º | 0.92% | 0.76% | - |
| HSV(B) | 295.14º | 0.44% | 0.98% | - |
| XYZ | 62.76 | 44.07 | 95.64 | - |
| YUV | 182.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 250 | 0.04 | 0.44 | 0 | 0.02 | 295.14 | 0.92 | 0.76 |
| Hex | F1 | 8B | FA | 4 | 2C | 0 | 2 | 127 | 5C | 4C |
| Octal | 361 | 213 | 372 | 4 | 54 | 0 | 2 | 447 | 134 | 114 |
| Binary | 11110001 | 10001011 | 11111010 | 100 | 101100 | 0 | 10 | 100100111 | 1011100 | 1001100 |
Color Harmonies of #F18BFA
Complementary color
Monochromatic Colors of #F18BFA
Black with #F18BFA
Text Example
Text Example
White with #F18BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BFA; }
p { color: rgb(241,139,250); }
H1.HeaderClassName
{
color: #F18BFA;
}
.AnyTagClassName
{
color: #F18BFA;
}
</style>
background-color css
<style>
a { background-color: #F18BFA; }
a { background-color: rgb(241,139,250); }
div.DivClassName
{
background-color: #F18BFA;
}
.BgClassName
{
background-color: #F18BFA;
}
</style>
border-color css
<style>
span { border-color: #F18BFA; }
span { border-color: rgb(241,139,250); }
td.TdClassName
{
border-color: #F18BFA;
}
.TagClassName
{
border-color: #F18BFA;
}
</style>