Shades of Violet #F08BFF
Tints of Violet #F08BFF
RGB
CMYK
RGB Variations
Color information
#F08BFF (or 0xF08BFF) is known color: Violet. HEX triplet: F0, 8B and FF. RGB value is (240,139,255). Sum of RGB (Red+Green+Blue) = 240+139+255=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 139 (54.69% from 255 or 21.92% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BFF is #0F7400. Grayscale: #B6B6B6. Windows color (decimal): -1012737 or 16747504. OLE color: 16747504.
HSL color Cylindrical-coordinate representation of color #F08BFF: hue angle of 292.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08BFF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 139 | 255 | - |
| CMYK | 0.06 | 0.45 | 0 | 0 |
| HSL | 292.24º | 1% | 0.77% | - |
| HSV(B) | 292.24º | 0.45% | 1% | - |
| XYZ | 63.22 | 44.21 | 99.81 | - |
| YUV | 182.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 255 | 0.06 | 0.45 | 0 | 0 | 292.24 | 1 | 0.77 |
| Hex | F0 | 8B | FF | 6 | 2D | 0 | 0 | 124 | 64 | 4D |
| Octal | 360 | 213 | 377 | 6 | 55 | 0 | 0 | 444 | 144 | 115 |
| Binary | 11110000 | 10001011 | 11111111 | 110 | 101101 | 0 | 0 | 100100100 | 1100100 | 1001101 |
Color Harmonies of #F08BFF
Complementary color
Monochromatic Colors of #F08BFF
Black with #F08BFF
Text Example
Text Example
White with #F08BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BFF; }
p { color: rgb(240,139,255); }
H1.HeaderClassName
{
color: #F08BFF;
}
.AnyTagClassName
{
color: #F08BFF;
}
</style>
background-color css
<style>
a { background-color: #F08BFF; }
a { background-color: rgb(240,139,255); }
div.DivClassName
{
background-color: #F08BFF;
}
.BgClassName
{
background-color: #F08BFF;
}
</style>
border-color css
<style>
span { border-color: #F08BFF; }
span { border-color: rgb(240,139,255); }
td.TdClassName
{
border-color: #F08BFF;
}
.TagClassName
{
border-color: #F08BFF;
}
</style>