Shades of Violet #F08BED
Tints of Violet #F08BED
RGB
CMYK
RGB Variations
Color information
#F08BED (or 0xF08BED) is known color: Violet. HEX triplet: F0, 8B and ED. RGB value is (240,139,237). Sum of RGB (Red+Green+Blue) = 240+139+237=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BED is #0F7412. Grayscale: #B4B4B4. Windows color (decimal): -1012755 or 15567856. OLE color: 15567856.
HSL color Cylindrical-coordinate representation of color #F08BED: hue angle of 301.78º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BED is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 237 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.06 |
| HSL | 301.78º | 0.77% | 0.74% | - |
| HSV(B) | 301.78º | 0.42% | 0.94% | - |
| XYZ | 60.45 | 43.1 | 85.25 | - |
| YUV | 180.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 237 | 0 | 0.42 | 0.01 | 0.06 | 301.78 | 0.77 | 0.74 |
| Hex | F0 | 8B | ED | 0 | 2A | 1 | 6 | 12E | 4D | 4A |
| Octal | 360 | 213 | 355 | 0 | 52 | 1 | 6 | 456 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11101101 | 0 | 101010 | 1 | 110 | 100101110 | 1001101 | 1001010 |
Color Harmonies of #F08BED
Complementary color
Monochromatic Colors of #F08BED
Black with #F08BED
Text Example
Text Example
White with #F08BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BED; }
p { color: rgb(240,139,237); }
H1.HeaderClassName
{
color: #F08BED;
}
.AnyTagClassName
{
color: #F08BED;
}
</style>
background-color css
<style>
a { background-color: #F08BED; }
a { background-color: rgb(240,139,237); }
div.DivClassName
{
background-color: #F08BED;
}
.BgClassName
{
background-color: #F08BED;
}
</style>
border-color css
<style>
span { border-color: #F08BED; }
span { border-color: rgb(240,139,237); }
td.TdClassName
{
border-color: #F08BED;
}
.TagClassName
{
border-color: #F08BED;
}
</style>