Shades of Violet #F06FE7
Tints of Violet #F06FE7
RGB
CMYK
RGB Variations
Color information
#F06FE7 (or 0xF06FE7) is known color: Violet. HEX triplet: F0, 6F and E7. RGB value is (240,111,231). Sum of RGB (Red+Green+Blue) = 240+111+231=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FE7 is #0F9018. Grayscale: #A2A2A2. Windows color (decimal): -1019929 or 15167472. OLE color: 15167472.
HSL color Cylindrical-coordinate representation of color #F06FE7: hue angle of 304.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FE7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 231 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.06 |
| HSL | 304.19º | 0.81% | 0.69% | - |
| HSV(B) | 304.19º | 0.54% | 0.94% | - |
| XYZ | 56.04 | 35.66 | 79.53 | - |
| YUV | 163.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 231 | 0 | 0.54 | 0.04 | 0.06 | 304.19 | 0.81 | 0.69 |
| Hex | F0 | 6F | E7 | 0 | 36 | 4 | 6 | 130 | 51 | 45 |
| Octal | 360 | 157 | 347 | 0 | 66 | 4 | 6 | 460 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11100111 | 0 | 110110 | 100 | 110 | 100110000 | 1010001 | 1000101 |
Color Harmonies of #F06FE7
Complementary color
Monochromatic Colors of #F06FE7
Black with #F06FE7
Text Example
Text Example
White with #F06FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FE7; }
p { color: rgb(240,111,231); }
H1.HeaderClassName
{
color: #F06FE7;
}
.AnyTagClassName
{
color: #F06FE7;
}
</style>
background-color css
<style>
a { background-color: #F06FE7; }
a { background-color: rgb(240,111,231); }
div.DivClassName
{
background-color: #F06FE7;
}
.BgClassName
{
background-color: #F06FE7;
}
</style>
border-color css
<style>
span { border-color: #F06FE7; }
span { border-color: rgb(240,111,231); }
td.TdClassName
{
border-color: #F06FE7;
}
.TagClassName
{
border-color: #F06FE7;
}
</style>