Shades of Violet #F08BFB
Tints of Violet #F08BFB
RGB
CMYK
RGB Variations
Color information
#F08BFB (or 0xF08BFB) is known color: Violet. HEX triplet: F0, 8B and FB. RGB value is (240,139,251). Sum of RGB (Red+Green+Blue) = 240+139+251=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 139 (54.69% from 255 or 22.06% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BFB is #0F7404. Grayscale: #B5B5B5. Windows color (decimal): -1012741 or 16485360. OLE color: 16485360.
HSL color Cylindrical-coordinate representation of color #F08BFB: hue angle of 294.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08BFB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 139 | 251 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.02 |
| HSL | 294.11º | 0.93% | 0.76% | - |
| HSV(B) | 294.11º | 0.45% | 0.98% | - |
| XYZ | 62.58 | 43.96 | 96.45 | - |
| YUV | 181.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 251 | 0.04 | 0.45 | 0 | 0.02 | 294.11 | 0.93 | 0.76 |
| Hex | F0 | 8B | FB | 4 | 2D | 0 | 2 | 126 | 5D | 4C |
| Octal | 360 | 213 | 373 | 4 | 55 | 0 | 2 | 446 | 135 | 114 |
| Binary | 11110000 | 10001011 | 11111011 | 100 | 101101 | 0 | 10 | 100100110 | 1011101 | 1001100 |
Color Harmonies of #F08BFB
Complementary color
Monochromatic Colors of #F08BFB
Black with #F08BFB
Text Example
Text Example
White with #F08BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BFB; }
p { color: rgb(240,139,251); }
H1.HeaderClassName
{
color: #F08BFB;
}
.AnyTagClassName
{
color: #F08BFB;
}
</style>
background-color css
<style>
a { background-color: #F08BFB; }
a { background-color: rgb(240,139,251); }
div.DivClassName
{
background-color: #F08BFB;
}
.BgClassName
{
background-color: #F08BFB;
}
</style>
border-color css
<style>
span { border-color: #F08BFB; }
span { border-color: rgb(240,139,251); }
td.TdClassName
{
border-color: #F08BFB;
}
.TagClassName
{
border-color: #F08BFB;
}
</style>