Shades of Violet #F08BFE
Tints of Violet #F08BFE
RGB
CMYK
RGB Variations
Color information
#F08BFE (or 0xF08BFE) is known color: Violet. HEX triplet: F0, 8B and FE. RGB value is (240,139,254). Sum of RGB (Red+Green+Blue) = 240+139+254=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 139 (54.69% from 255 or 21.96% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #F08BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BFE is #0F7401. Grayscale: #B5B5B5. Windows color (decimal): -1012738 or 16681968. OLE color: 16681968.
HSL color Cylindrical-coordinate representation of color #F08BFE: hue angle of 292.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08BFE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 139 | 254 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.00 |
| HSL | 292.7º | 0.98% | 0.77% | - |
| HSV(B) | 292.7º | 0.45% | 1% | - |
| XYZ | 63.06 | 44.15 | 98.96 | - |
| YUV | 182.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 254 | 0.06 | 0.45 | 0 | 0.00 | 292.7 | 0.98 | 0.77 |
| Hex | F0 | 8B | FE | 6 | 2D | 0 | 0 | 125 | 62 | 4D |
| Octal | 360 | 213 | 376 | 6 | 55 | 0 | 0 | 445 | 142 | 115 |
| Binary | 11110000 | 10001011 | 11111110 | 110 | 101101 | 0 | 0 | 100100101 | 1100010 | 1001101 |
Color Harmonies of #F08BFE
Complementary color
Monochromatic Colors of #F08BFE
Black with #F08BFE
Text Example
Text Example
White with #F08BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BFE; }
p { color: rgb(240,139,254); }
H1.HeaderClassName
{
color: #F08BFE;
}
.AnyTagClassName
{
color: #F08BFE;
}
</style>
background-color css
<style>
a { background-color: #F08BFE; }
a { background-color: rgb(240,139,254); }
div.DivClassName
{
background-color: #F08BFE;
}
.BgClassName
{
background-color: #F08BFE;
}
</style>
border-color css
<style>
span { border-color: #F08BFE; }
span { border-color: rgb(240,139,254); }
td.TdClassName
{
border-color: #F08BFE;
}
.TagClassName
{
border-color: #F08BFE;
}
</style>