Shades of Violet #F06BE7
Tints of Violet #F06BE7
RGB
CMYK
RGB Variations
Color information
#F06BE7 (or 0xF06BE7) is known color: Violet. HEX triplet: F0, 6B and E7. RGB value is (240,107,231). Sum of RGB (Red+Green+Blue) = 240+107+231=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BE7 is #0F9418. Grayscale: #A0A0A0. Windows color (decimal): -1020953 or 15166448. OLE color: 15166448.
HSL color Cylindrical-coordinate representation of color #F06BE7: hue angle of 304.06º 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 #F06BE7 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 231 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.06 |
| HSL | 304.06º | 0.82% | 0.68% | - |
| HSV(B) | 304.06º | 0.55% | 0.94% | - |
| XYZ | 55.62 | 34.81 | 79.39 | - |
| YUV | 160.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 231 | 0 | 0.55 | 0.04 | 0.06 | 304.06 | 0.82 | 0.68 |
| Hex | F0 | 6B | E7 | 0 | 37 | 4 | 6 | 130 | 52 | 44 |
| Octal | 360 | 153 | 347 | 0 | 67 | 4 | 6 | 460 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11100111 | 0 | 110111 | 100 | 110 | 100110000 | 1010010 | 1000100 |
Color Harmonies of #F06BE7
Complementary color
Monochromatic Colors of #F06BE7
Black with #F06BE7
Text Example
Text Example
White with #F06BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BE7; }
p { color: rgb(240,107,231); }
H1.HeaderClassName
{
color: #F06BE7;
}
.AnyTagClassName
{
color: #F06BE7;
}
</style>
background-color css
<style>
a { background-color: #F06BE7; }
a { background-color: rgb(240,107,231); }
div.DivClassName
{
background-color: #F06BE7;
}
.BgClassName
{
background-color: #F06BE7;
}
</style>
border-color css
<style>
span { border-color: #F06BE7; }
span { border-color: rgb(240,107,231); }
td.TdClassName
{
border-color: #F06BE7;
}
.TagClassName
{
border-color: #F06BE7;
}
</style>