Shades of Violet #F07BF7
Tints of Violet #F07BF7
RGB
CMYK
RGB Variations
Color information
#F07BF7 (or 0xF07BF7) is known color: Violet. HEX triplet: F0, 7B and F7. RGB value is (240,123,247). Sum of RGB (Red+Green+Blue) = 240+123+247=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #F07BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF7 is #0F8408. Grayscale: #ABABAB. Windows color (decimal): -1016841 or 16219120. OLE color: 16219120.
HSL color Cylindrical-coordinate representation of color #F07BF7: hue angle of 296.61º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07BF7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 123 | 247 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.03 |
| HSL | 296.61º | 0.89% | 0.73% | - |
| HSV(B) | 296.61º | 0.5% | 0.97% | - |
| XYZ | 59.81 | 39.41 | 92.45 | - |
| YUV | 172.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 247 | 0.03 | 0.50 | 0 | 0.03 | 296.61 | 0.89 | 0.73 |
| Hex | F0 | 7B | F7 | 3 | 32 | 0 | 3 | 129 | 59 | 49 |
| Octal | 360 | 173 | 367 | 3 | 62 | 0 | 3 | 451 | 131 | 111 |
| Binary | 11110000 | 1111011 | 11110111 | 11 | 110010 | 0 | 11 | 100101001 | 1011001 | 1001001 |
Color Harmonies of #F07BF7
Complementary color
Monochromatic Colors of #F07BF7
Black with #F07BF7
Text Example
Text Example
White with #F07BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BF7; }
p { color: rgb(240,123,247); }
H1.HeaderClassName
{
color: #F07BF7;
}
.AnyTagClassName
{
color: #F07BF7;
}
</style>
background-color css
<style>
a { background-color: #F07BF7; }
a { background-color: rgb(240,123,247); }
div.DivClassName
{
background-color: #F07BF7;
}
.BgClassName
{
background-color: #F07BF7;
}
</style>
border-color css
<style>
span { border-color: #F07BF7; }
span { border-color: rgb(240,123,247); }
td.TdClassName
{
border-color: #F07BF7;
}
.TagClassName
{
border-color: #F07BF7;
}
</style>