Shades of Violet #F06BE8
Tints of Violet #F06BE8
RGB
CMYK
RGB Variations
Color information
#F06BE8 (or 0xF06BE8) is known color: Violet. HEX triplet: F0, 6B and E8. RGB value is (240,107,232). Sum of RGB (Red+Green+Blue) = 240+107+232=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BE8 is #0F9417. Grayscale: #A0A0A0. Windows color (decimal): -1020952 or 15231984. OLE color: 15231984.
HSL color Cylindrical-coordinate representation of color #F06BE8: hue angle of 303.61º 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 #F06BE8 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 232 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.06 |
| HSL | 303.61º | 0.82% | 0.68% | - |
| HSV(B) | 303.61º | 0.55% | 0.94% | - |
| XYZ | 55.76 | 34.87 | 80.14 | - |
| YUV | 161.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 232 | 0 | 0.55 | 0.03 | 0.06 | 303.61 | 0.82 | 0.68 |
| Hex | F0 | 6B | E8 | 0 | 37 | 3 | 6 | 130 | 52 | 44 |
| Octal | 360 | 153 | 350 | 0 | 67 | 3 | 6 | 460 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11101000 | 0 | 110111 | 11 | 110 | 100110000 | 1010010 | 1000100 |
Color Harmonies of #F06BE8
Complementary color
Monochromatic Colors of #F06BE8
Black with #F06BE8
Text Example
Text Example
White with #F06BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BE8; }
p { color: rgb(240,107,232); }
H1.HeaderClassName
{
color: #F06BE8;
}
.AnyTagClassName
{
color: #F06BE8;
}
</style>
background-color css
<style>
a { background-color: #F06BE8; }
a { background-color: rgb(240,107,232); }
div.DivClassName
{
background-color: #F06BE8;
}
.BgClassName
{
background-color: #F06BE8;
}
</style>
border-color css
<style>
span { border-color: #F06BE8; }
span { border-color: rgb(240,107,232); }
td.TdClassName
{
border-color: #F06BE8;
}
.TagClassName
{
border-color: #F06BE8;
}
</style>