Shades of Violet #F06BED
Tints of Violet #F06BED
RGB
CMYK
RGB Variations
Color information
#F06BED (or 0xF06BED) is known color: Violet. HEX triplet: F0, 6B and ED. RGB value is (240,107,237). Sum of RGB (Red+Green+Blue) = 240+107+237=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BED is #0F9412. Grayscale: #A1A1A1. Windows color (decimal): -1020947 or 15559664. OLE color: 15559664.
HSL color Cylindrical-coordinate representation of color #F06BED: hue angle of 301.35º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BED is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 237 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.06 |
| HSL | 301.35º | 0.82% | 0.68% | - |
| HSV(B) | 301.35º | 0.55% | 0.94% | - |
| XYZ | 56.48 | 35.16 | 83.93 | - |
| YUV | 161.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 237 | 0 | 0.55 | 0.01 | 0.06 | 301.35 | 0.82 | 0.68 |
| Hex | F0 | 6B | ED | 0 | 37 | 1 | 6 | 12D | 52 | 44 |
| Octal | 360 | 153 | 355 | 0 | 67 | 1 | 6 | 455 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11101101 | 0 | 110111 | 1 | 110 | 100101101 | 1010010 | 1000100 |
Color Harmonies of #F06BED
Complementary color
Monochromatic Colors of #F06BED
Black with #F06BED
Text Example
Text Example
White with #F06BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BED; }
p { color: rgb(240,107,237); }
H1.HeaderClassName
{
color: #F06BED;
}
.AnyTagClassName
{
color: #F06BED;
}
</style>
background-color css
<style>
a { background-color: #F06BED; }
a { background-color: rgb(240,107,237); }
div.DivClassName
{
background-color: #F06BED;
}
.BgClassName
{
background-color: #F06BED;
}
</style>
border-color css
<style>
span { border-color: #F06BED; }
span { border-color: rgb(240,107,237); }
td.TdClassName
{
border-color: #F06BED;
}
.TagClassName
{
border-color: #F06BED;
}
</style>