Shades of Violet #F08BFA
Tints of Violet #F08BFA
RGB
CMYK
RGB Variations
Color information
#F08BFA (or 0xF08BFA) is known color: Violet. HEX triplet: F0, 8B and FA. RGB value is (240,139,250). Sum of RGB (Red+Green+Blue) = 240+139+250=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #F08BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BFA is #0F7405. Grayscale: #B5B5B5. Windows color (decimal): -1012742 or 16419824. OLE color: 16419824.
HSL color Cylindrical-coordinate representation of color #F08BFA: hue angle of 294.59º 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 #F08BFA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 139 | 250 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294.59º | 0.92% | 0.76% | - |
| HSV(B) | 294.59º | 0.44% | 0.98% | - |
| XYZ | 62.42 | 43.89 | 95.62 | - |
| YUV | 181.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 250 | 0.04 | 0.44 | 0 | 0.02 | 294.59 | 0.92 | 0.76 |
| Hex | F0 | 8B | FA | 4 | 2C | 0 | 2 | 127 | 5C | 4C |
| Octal | 360 | 213 | 372 | 4 | 54 | 0 | 2 | 447 | 134 | 114 |
| Binary | 11110000 | 10001011 | 11111010 | 100 | 101100 | 0 | 10 | 100100111 | 1011100 | 1001100 |
Color Harmonies of #F08BFA
Complementary color
Monochromatic Colors of #F08BFA
Black with #F08BFA
Text Example
Text Example
White with #F08BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BFA; }
p { color: rgb(240,139,250); }
H1.HeaderClassName
{
color: #F08BFA;
}
.AnyTagClassName
{
color: #F08BFA;
}
</style>
background-color css
<style>
a { background-color: #F08BFA; }
a { background-color: rgb(240,139,250); }
div.DivClassName
{
background-color: #F08BFA;
}
.BgClassName
{
background-color: #F08BFA;
}
</style>
border-color css
<style>
span { border-color: #F08BFA; }
span { border-color: rgb(240,139,250); }
td.TdClassName
{
border-color: #F08BFA;
}
.TagClassName
{
border-color: #F08BFA;
}
</style>